167 instantiations of BSTR
System.Private.Windows.Core (5)
Windows.Win32.BSTR.g.cs (3)
37
public static explicit operator BSTR(char* value) => new
BSTR
(value);
54
public static explicit operator BSTR(IntPtr value) => new
BSTR
((char*)value.ToPointer());
56
public static explicit operator BSTR(UIntPtr value) => new
BSTR
((char*)value.ToPointer());
Windows\Win32\System\Com\SafeArrayScope.cs (1)
190
using BSTR bstrText =
new
(s);
Windows\Win32\System\Variant\VARIANT.cs (1)
926
data = new() { bstrVal =
new
(value) }
System.Windows.Forms (82)
System\Windows\Forms\Accessibility\AccessibleObject.cs (28)
235
using BSTR set =
new
(value);
340
using BSTR set =
new
(value);
355
internal virtual BSTR GetValueInternal() => SystemIAccessible is null ?
new
(string.Empty) : SystemIAccessible.TryGetValue(CHILDID_SELF);
1193
:
new
(Name);
1207
:
new
(Value);
1221
:
new
(Description);
1256
:
new
(Help);
1267
*pszKeyboardShortcut =
new
(KeyboardShortcut);
1301
*pszDefaultAction =
new
(DefaultAction);
1380
*pRetVal = Value is null ? default :
new
(Value);
1953
:
new
(DefaultAction);
1963
:
new
(child.DefaultAction);
1993
:
new
(Description);
2003
:
new
(child.Description);
2084
:
new
(Help);
2094
:
new
(child.Help);
2130
*pszHelpFile =
new
(helpFile);
2145
*pszHelpFile =
new
(helpFile);
2169
:
new
(KeyboardShortcut);
2179
:
new
(child.KeyboardShortcut);
2208
:
new
(Name);
2218
:
new
(child.Name);
2230
:
new
(Name);
2413
:
new
(Value);
2423
:
new
(child.Value);
2433
((UIA.IAccessible.Interface)this).put_accName(ChildIdToVARIANT(childID),
new
(newName));
2473
((UIA.IAccessible.Interface)this).put_accValue(ChildIdToVARIANT(childID),
new
(newValue));
3041
*pRetVal = new
BSTR
(GetMultiViewProviderViewName(viewId));
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (2)
261
public BSTR Name =>
new
(GetControl() is { } control ? GetNameForControl(control) : string.Empty);
313
*pbstrName =
new
(name);
System\Windows\Forms\ActiveX\AxHost.cs (1)
2287
hr = factory.Value->CreateInstanceLic(null, null, IID.Get<IUnknown>(), new
BSTR
(license), unknown);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
1091
using BSTR bstrSource =
new
(_control.GetType().FullName!);
1092
using BSTR bstrDescription =
new
(errorString);
1542
using VARIANT data = (VARIANT)new
BSTR
(Convert.ToBase64String(
1571
using VARIANT variant = (VARIANT)(new
BSTR
(value));
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
115
target->Name =
new
(source.Name);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
57
using BSTR guidString =
new
(_guidString);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
73
return name.IsNull ?
new
(string.Empty) : name;
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (10)
111
using BSTR newValue =
new
(value);
134
using BSTR newValue =
new
(value);
319
using BSTR newValue =
new
(value);
336
using BSTR newValue =
new
(value ? "rtl" : "ltr");
353
using BSTR newValue =
new
(value);
433
using BSTR bstrCommand =
new
(command);
451
using BSTR bstrId =
new
(id);
468
using BSTR bstrTagName =
new
(tagName);
477
using BSTR url =
new
("text/html");
494
using BSTR bstrElementTag =
new
(elementTag);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (2)
56
using BSTR name =
new
(eventName);
89
using BSTR name =
new
(eventName);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (11)
198
using BSTR newValue =
new
(value);
217
using BSTR newValue =
new
(value);
246
using BSTR newValue =
new
(value);
346
using BSTR newValue =
new
(value);
375
using BSTR newValue =
new
(value);
470
using BSTR newValue =
new
(value);
540
using BSTR name =
new
(attributeName);
551
using BSTR name =
new
(tagName);
560
using BSTR where =
new
(orientation.ToString());
645
using BSTR name =
new
(eventName);
663
using BSTR name =
new
(attributeName);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
81
using BSTR name =
new
(eventName);
113
using BSTR name =
new
(eventName);
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (3)
106
*pbstrName =
new
(OnHtmlEventName);
109
*pbstrName =
new
(EventNameProperty);
112
*pbstrName =
new
(GetEventName);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (14)
136
using BSTR newValue =
new
(value);
217
using BSTR newValue =
new
(value);
258
using BSTR bstrMessage =
new
(message);
274
using BSTR bstrMessage =
new
(message);
310
using BSTR bstrUrl =
new
(url.ToString());
321
using BSTR url =
new
(urlString);
332
using BSTR url =
new
(urlString);
333
using BSTR bstrTarget =
new
(target);
334
using BSTR options =
new
(windowOptions);
350
using BSTR url =
new
(urlString);
351
using BSTR target =
new
("_blank");
352
using BSTR options =
new
(windowOptions);
364
using BSTR bstrMessage =
new
(message);
365
using BSTR input =
new
(defaultInputValue);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
48
using BSTR name =
new
(eventName);
79
using BSTR name =
new
(eventName);
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
441
?
new
(text[Start..])
442
:
new
(text.Substring(Start, maxLength));
Windows\Win32\PInvoke.UiaRaiseNotificationEvent.cs (1)
21
using BSTR bstrText = displayString is null ? default :
new
(displayString);
System.Windows.Forms.Primitives.Tests (30)
Interop\Oleaut32\ITypeInfoTests.cs (8)
68
using BSTR dllName =
new
("DllName");
69
using BSTR name =
new
("Name");
88
using BSTR name =
new
("Name");
89
using BSTR docString =
new
("DocString");
91
using BSTR helpFile =
new
("HelpFile");
180
using BSTR mops =
new
("Mops");
195
rgszNames[0] = new
BSTR
("Name1");
196
rgszNames[1] = new
BSTR
("Name2");
Interop\Oleaut32\VARIANTTests.cs (21)
118
data = new() { bstrVal = new
BSTR
("abc") }
160
data = new() { bstrVal = new
BSTR
("abc") }
827
data = new() { bstrVal = new
BSTR
(text) }
845
using BSTR bstr =
new
(text);
1008
data = new() { bstrVal = new
BSTR
("test") }
1787
BSTR ptr1 =
new
("text");
1788
BSTR ptr2 =
new
("");
4377
using BSTR ptr1 =
new
("text");
4378
using BSTR ptr2 =
new
("");
4404
using BSTR ptr1 =
new
("text");
4405
using BSTR ptr2 =
new
("");
4431
using BSTR ptr1 =
new
("text");
4432
using BSTR ptr2 =
new
("");
4433
using BSTR ptr3 =
new
("text3");
4434
using BSTR ptr4 =
new
("text4");
4435
using BSTR ptr5 =
new
("text5");
4468
using BSTR ptr1 =
new
("text");
4469
using BSTR ptr2 =
new
("");
4470
using BSTR ptr3 =
new
("text3");
4471
using BSTR ptr4 =
new
("text4");
4472
using BSTR ptr5 =
new
("text5");
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
431
using BSTR bstrText =
new
(textToSearch);
System.Windows.Forms.Tests (47)
System\Windows\Forms\HtmlDocumentTests.cs (15)
514
using BSTR charSet =
new
("UTF-8");
619
using BSTR charSet =
new
("UTF-8");
1119
using BSTR bstrRtl =
new
(rtl);
1208
using BSTR bstrTitle =
new
(title);
1490
using BSTR name =
new
(eventName);
2019
using BSTR onClick =
new
("onclick");
2057
using BSTR onContextMenu =
new
("oncontextmenu");
2095
using BSTR onFocusing =
new
("onfocusin");
2133
using BSTR onFocusOut =
new
("onfocusout");
2171
using BSTR onMouseDown =
new
("onmousedown");
2209
using BSTR onMouseOut =
new
("onmouseout");
2247
using BSTR onMouseMove =
new
("onmousemove");
2285
using BSTR onMouseOver =
new
("onmouseover");
2323
using BSTR onMouseUp =
new
("onmouseup");
2361
using BSTR onStop =
new
("onstop");
System\Windows\Forms\HtmlElementTests.cs (32)
354
using BSTR bstrId =
new
(id);
444
using BSTR innerHtml =
new
(value);
565
using BSTR innerHtml =
new
(value);
683
using BSTR name =
new
("name");
709
using BSTR name =
new
("name");
866
using BSTR innerHtml =
new
(value);
977
using BSTR innerHtml =
new
(value);
1290
using BSTR bstrStyle =
new
(style);
1600
using BSTR name =
new
(eventName);
1643
using BSTR name =
new
(eventName);
1683
using BSTR name =
new
(eventName);
1871
using BSTR id =
new
("id");
1874
using BSTR customAttribute =
new
("customAttribute");
2567
using BSTR onClick =
new
("onclick");
2608
using BSTR ondblclick =
new
("ondblclick");
2649
using BSTR onDrag =
new
("ondrag");
2690
using BSTR onDragEnd =
new
("ondragend");
2731
using BSTR onDragLeave =
new
("ondragleave");
2772
using BSTR onDragOver =
new
("ondragover");
2813
using BSTR onFocus =
new
("onfocus");
2854
using BSTR onFocusin =
new
("onfocusin");
2895
using BSTR onFocusOut =
new
("onfocusout");
2936
using BSTR onBlur =
new
("onblur");
2977
using BSTR onKeyDown =
new
("onkeydown");
3018
using BSTR onKeyPress =
new
("onkeypress");
3059
using BSTR onKeyUp =
new
("onkeyup");
3100
using BSTR onMouseDown =
new
("onmousedown");
3141
using BSTR onMouseEnter =
new
("onmouseenter");
3182
using BSTR onMouseLeave =
new
("onmouseleave");
3225
using BSTR onMouseMove =
new
("onmousemove");
3264
using BSTR onMouseOver =
new
("onmouseover");
3305
using BSTR onMouseUp =
new
("onmouseup");
3773 references to BSTR
System.Private.Windows.Core (149)
Windows.Win32.BSTR.g.cs (13)
25
: IEquatable<
BSTR
>
35
public static implicit operator char*(
BSTR
value) => value.Value;
37
public static explicit operator
BSTR
(char* value) => new BSTR(value);
39
public static bool operator ==(
BSTR
left,
BSTR
right) => left.Value == right.Value;
41
public static bool operator !=(
BSTR
left,
BSTR
right) => !(left == right);
43
public bool Equals(
BSTR
other) => this.Value == other.Value;
45
public override bool Equals(object obj) => obj is
BSTR
other && this.Equals(other);
52
public static implicit operator IntPtr(
BSTR
value) => new IntPtr(value.Value);
54
public static explicit operator
BSTR
(IntPtr value) => new BSTR((char*)value.ToPointer());
56
public static explicit operator
BSTR
(UIntPtr value) => new BSTR((char*)value.ToPointer());
64
public static unsafe implicit operator ReadOnlySpan<char>(
BSTR
bstr) => bstr.Value != null ? new ReadOnlySpan<char>(bstr.Value, *((int*)bstr.Value - 1) / 2) : default(ReadOnlySpan<char>);
Windows.Win32.CABSTR.g.cs (1)
27
internal unsafe winmdroot.Foundation.
BSTR
* pElems;
Windows.Win32.EXCEPINFO.g.cs (3)
37
internal winmdroot.Foundation.
BSTR
bstrSource;
40
internal winmdroot.Foundation.
BSTR
bstrDescription;
43
internal winmdroot.Foundation.
BSTR
bstrHelpFile;
Windows.Win32.IDispatchEx.g.cs (17)
114
/// <inheritdoc cref="GetDispID(winmdroot.Foundation.
BSTR
, uint, int*)"/>
115
internal unsafe winmdroot.Foundation.HRESULT GetDispID(winmdroot.Foundation.
BSTR
bstrName, uint grfdex, out int pid)
127
private static winmdroot.Foundation.HRESULT GetDispID(IDispatchEx* pThis, winmdroot.Foundation.
BSTR
bstrName, uint grfdex, int* pid)
144
public unsafe winmdroot.Foundation.HRESULT GetDispID(winmdroot.Foundation.
BSTR
bstrName, uint grfdex, int* pid)
146
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,winmdroot.Foundation.
BSTR
,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IDispatchEx*)Unsafe.AsPointer(ref this), bstrName, grfdex, pid);
187
private static winmdroot.Foundation.HRESULT DeleteMemberByName(IDispatchEx* pThis, winmdroot.Foundation.
BSTR
bstrName, uint grfdex)
204
public winmdroot.Foundation.HRESULT DeleteMemberByName(winmdroot.Foundation.
BSTR
bstrName, uint grfdex)
206
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,winmdroot.Foundation.
BSTR
,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IDispatchEx*)Unsafe.AsPointer(ref this), bstrName, grfdex);
272
private static winmdroot.Foundation.HRESULT GetMemberName(IDispatchEx* pThis, int id, winmdroot.Foundation.
BSTR
* pbstrName)
289
public unsafe winmdroot.Foundation.HRESULT GetMemberName(int id, winmdroot.Foundation.
BSTR
* pbstrName)
291
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IDispatchEx*)Unsafe.AsPointer(ref this), id, pbstrName);
389
internal delegate *unmanaged [Stdcall]<IDispatchEx*,winmdroot.Foundation.
BSTR
,uint ,int* ,winmdroot.Foundation.HRESULT> GetDispID_8;
393
internal delegate *unmanaged [Stdcall]<IDispatchEx*,winmdroot.Foundation.
BSTR
,uint ,winmdroot.Foundation.HRESULT> DeleteMemberByName_10;
399
internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetMemberName_13;
436
unsafe winmdroot.Foundation.HRESULT GetDispID(winmdroot.Foundation.
BSTR
bstrName, uint grfdex, int* pid);
442
winmdroot.Foundation.HRESULT DeleteMemberByName(winmdroot.Foundation.
BSTR
bstrName, uint grfdex);
451
unsafe winmdroot.Foundation.HRESULT GetMemberName(int id, winmdroot.Foundation.
BSTR
* pbstrName);
Windows.Win32.IRecordInfo.g.cs (12)
201
private static winmdroot.Foundation.HRESULT GetName(IRecordInfo* pThis, winmdroot.Foundation.
BSTR
* pbstrName)
225
public unsafe winmdroot.Foundation.HRESULT GetName(winmdroot.Foundation.
BSTR
* pbstrName)
227
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IRecordInfo*)Unsafe.AsPointer(ref this), pbstrName);
513
/// <inheritdoc cref="GetFieldNames(uint*, winmdroot.Foundation.
BSTR
*)"/>
514
internal unsafe winmdroot.Foundation.HRESULT GetFieldNames(ref uint pcNames, winmdroot.Foundation.
BSTR
* rgBstrNames)
526
private static winmdroot.Foundation.HRESULT GetFieldNames(IRecordInfo* pThis, uint* pcNames, winmdroot.Foundation.
BSTR
* rgBstrNames)
557
public unsafe winmdroot.Foundation.HRESULT GetFieldNames(uint* pcNames, winmdroot.Foundation.
BSTR
* rgBstrNames)
559
return ((delegate *unmanaged [Stdcall]<IRecordInfo*,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IRecordInfo*)Unsafe.AsPointer(ref this), pcNames, rgBstrNames);
736
internal delegate *unmanaged [Stdcall]<IRecordInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetName_8;
750
internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetFieldNames_15;
811
unsafe winmdroot.Foundation.HRESULT GetName(winmdroot.Foundation.
BSTR
* pbstrName);
832
unsafe winmdroot.Foundation.HRESULT GetFieldNames(uint* pcNames, winmdroot.Foundation.
BSTR
* rgBstrNames);
Windows.Win32.ITypeInfo.g.cs (47)
214
/// <inheritdoc cref="GetNames(int, winmdroot.Foundation.
BSTR
*, uint, uint*)"/>
215
internal unsafe winmdroot.Foundation.HRESULT GetNames(int memid, winmdroot.Foundation.
BSTR
* rgBstrNames, uint cMaxNames, out uint pcNames)
227
private static winmdroot.Foundation.HRESULT GetNames(ITypeInfo* pThis, int memid, winmdroot.Foundation.
BSTR
* rgBstrNames, uint cMaxNames, uint* pcNames)
260
public unsafe winmdroot.Foundation.HRESULT GetNames(int memid, winmdroot.Foundation.
BSTR
* rgBstrNames, uint cMaxNames, uint* pcNames)
262
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, rgBstrNames, cMaxNames, pcNames);
470
/// <inheritdoc cref="GetDocumentation(int, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, uint*, winmdroot.Foundation.
BSTR
*)"/>
471
internal unsafe winmdroot.Foundation.HRESULT GetDocumentation(int memid, winmdroot.Foundation.
BSTR
* pBstrName, winmdroot.Foundation.
BSTR
* pBstrDocString, out uint pdwHelpContext, winmdroot.Foundation.
BSTR
* pBstrHelpFile)
483
private static winmdroot.Foundation.HRESULT GetDocumentation(ITypeInfo* pThis, int memid, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile)
516
public unsafe winmdroot.Foundation.HRESULT GetDocumentation(int memid, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile)
518
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, pBstrName, pBstrDocString, pdwHelpContext, pBstrHelpFile);
521
/// <inheritdoc cref="GetDllEntry(int, winmdroot.System.Com.INVOKEKIND, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, ushort*)"/>
522
internal unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.INVOKEKIND invKind, winmdroot.Foundation.
BSTR
* pBstrDllName, winmdroot.Foundation.
BSTR
* pBstrName, out ushort pwOrdinal)
534
private static winmdroot.Foundation.HRESULT GetDllEntry(ITypeInfo* pThis, int memid, winmdroot.System.Com.INVOKEKIND invKind, [Optional] winmdroot.Foundation.
BSTR
* pBstrDllName, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, ushort* pwOrdinal)
567
public unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.INVOKEKIND invKind, [Optional] winmdroot.Foundation.
BSTR
* pBstrDllName, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, ushort* pwOrdinal)
569
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.INVOKEKIND ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, invKind, pBstrDllName, pBstrName, pwOrdinal);
702
private static winmdroot.Foundation.HRESULT GetMops(ITypeInfo* pThis, int memid, winmdroot.Foundation.
BSTR
* pBstrMops)
731
public unsafe winmdroot.Foundation.HRESULT GetMops(int memid, winmdroot.Foundation.
BSTR
* pBstrMops)
733
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, pBstrMops);
927
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,uint ,uint* ,winmdroot.Foundation.HRESULT> GetNames_8;
937
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDocumentation_13;
939
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.INVOKEKIND ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,ushort* ,winmdroot.Foundation.HRESULT> GetDllEntry_14;
947
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetMops_18;
1011
unsafe winmdroot.Foundation.HRESULT GetNames(int memid, winmdroot.Foundation.
BSTR
* rgBstrNames, uint cMaxNames, uint* pcNames);
1026
unsafe winmdroot.Foundation.HRESULT GetDocumentation(int memid, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile);
1029
unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.INVOKEKIND invKind, [Optional] winmdroot.Foundation.
BSTR
* pBstrDllName, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, ushort* pwOrdinal);
1041
unsafe winmdroot.Foundation.HRESULT GetMops(int memid, winmdroot.Foundation.
BSTR
* pBstrMops);
Windows.Win32.ITypeLib.g.cs (21)
283
/// <inheritdoc cref="GetDocumentation(int, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, uint*, winmdroot.Foundation.
BSTR
*)"/>
284
internal unsafe winmdroot.Foundation.HRESULT GetDocumentation(int index, winmdroot.Foundation.
BSTR
* pBstrName, winmdroot.Foundation.
BSTR
* pBstrDocString, out uint pdwHelpContext, winmdroot.Foundation.
BSTR
* pBstrHelpFile)
296
private static winmdroot.Foundation.HRESULT GetDocumentation(ITypeLib* pThis, int index, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile)
324
public unsafe winmdroot.Foundation.HRESULT GetDocumentation(int index, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile)
326
return ((delegate *unmanaged [Stdcall]<ITypeLib*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITypeLib*)Unsafe.AsPointer(ref this), index, pBstrName, pBstrDocString, pdwHelpContext, pBstrHelpFile);
512
internal delegate *unmanaged [Stdcall]<ITypeLib*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.
BSTR
* ,uint* ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDocumentation_10;
571
unsafe winmdroot.Foundation.HRESULT GetDocumentation(int index, [Optional] winmdroot.Foundation.
BSTR
* pBstrName, [Optional] winmdroot.Foundation.
BSTR
* pBstrDocString, uint* pdwHelpContext, [Optional] winmdroot.Foundation.
BSTR
* pBstrHelpFile);
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (1)
32
internal static extern void SysFreeString(winmdroot.Foundation.
BSTR
bstrString);
Windows.Win32.PROPVARIANT.g.cs (2)
122
internal winmdroot.Foundation.
BSTR
bstrVal;
266
internal unsafe winmdroot.Foundation.
BSTR
* pbstrVal;
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (12)
53
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetNames(int, winmdroot.Foundation.
BSTR
*, uint, uint*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetNames(this winmdroot.System.Com.ITypeInfo.Interface @this, int memid, winmdroot.Foundation.
BSTR
* rgBstrNames, uint cMaxNames, out uint pcNames)
116
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetDocumentation(int, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, uint*, winmdroot.Foundation.
BSTR
*)"/>
117
internal static unsafe winmdroot.Foundation.HRESULT GetDocumentation(this winmdroot.System.Com.ITypeInfo.Interface @this, int memid, winmdroot.Foundation.
BSTR
* pBstrName, winmdroot.Foundation.
BSTR
* pBstrDocString, out uint pdwHelpContext, winmdroot.Foundation.
BSTR
* pBstrHelpFile)
126
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetDllEntry(int, winmdroot.System.Com.INVOKEKIND, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, ushort*)"/>
127
internal static unsafe winmdroot.Foundation.HRESULT GetDllEntry(this winmdroot.System.Com.ITypeInfo.Interface @this, int memid, winmdroot.System.Com.INVOKEKIND invKind, winmdroot.Foundation.
BSTR
* pBstrDllName, winmdroot.Foundation.
BSTR
* pBstrName, out ushort pwOrdinal)
Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (6)
53
/// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.GetDocumentation(int, winmdroot.Foundation.
BSTR
*, winmdroot.Foundation.
BSTR
*, uint*, winmdroot.Foundation.
BSTR
*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetDocumentation(this winmdroot.System.Com.ITypeLib.Interface @this, int index, winmdroot.Foundation.
BSTR
* pBstrName, winmdroot.Foundation.
BSTR
* pBstrDocString, out uint pdwHelpContext, winmdroot.Foundation.
BSTR
* pBstrHelpFile)
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.GetDispID(winmdroot.Foundation.
BSTR
, uint, int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetDispID(this winmdroot.System.Ole.IDispatchEx.Interface @this, winmdroot.Foundation.
BSTR
bstrName, uint grfdex, out int pid)
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
98
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetFieldNames(uint*, winmdroot.Foundation.
BSTR
*)"/>
99
internal static unsafe winmdroot.Foundation.HRESULT GetFieldNames(this winmdroot.System.Ole.IRecordInfo.Interface @this, ref uint pcNames, winmdroot.Foundation.
BSTR
* rgBstrNames)
Windows.Win32.VARIANT.g.cs (2)
92
internal winmdroot.Foundation.
BSTR
bstrVal;
137
internal unsafe winmdroot.Foundation.
BSTR
* pbstrVal;
Windows\Win32\Foundation\BSTR.cs (2)
27
/// Converts the <see cref="
BSTR
"/> to string and frees it.
37
/// Converts the <see cref="
BSTR
"/> to a nullable string and frees it.
Windows\Win32\System\Com\SafeArrayScope.cs (3)
156
using
BSTR
result = GetElement<
BSTR
>(i);
190
using
BSTR
bstrText = new(s);
Windows\Win32\System\Variant\VARIANT.cs (3)
917
public static explicit operator
BSTR
(VARIANT value)
918
=> value.vt == VT_BSTR ? value.data.bstrVal : ThrowInvalidCast<
BSTR
>();
930
public static explicit operator VARIANT(
BSTR
value)
System.Windows.Forms (178)
System\Windows\Forms\Accessibility\AccessibleObject.cs (43)
163
internal virtual
BSTR
GetDefaultActionInternal() => SystemIAccessible.TryGetDefaultAction(CHILDID_SELF);
183
internal virtual
BSTR
GetDescriptionInternal() => SystemIAccessible.TryGetDescription(CHILDID_SELF);
205
internal virtual
BSTR
GetHelpInternal() => SystemIAccessible.TryGetHelp(CHILDID_SELF);
225
internal virtual
BSTR
GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessible.TryGetKeyboardShortcut(childID);
235
using
BSTR
set = new(value);
253
internal virtual
BSTR
GetNameInternal() => SystemIAccessible.TryGetName(CHILDID_SELF);
256
/// Determines if <see cref="SetNameInternal(
BSTR
)"/> can be called without calling <see cref="Name"/>
268
internal virtual void SetNameInternal(
BSTR
value) => SystemIAccessible.TrySetName(CHILDID_SELF, value);
340
using
BSTR
set = new(value);
355
internal virtual
BSTR
GetValueInternal() => SystemIAccessible is null ? new(string.Empty) : SystemIAccessible.TryGetValue(CHILDID_SELF);
358
/// Determines if <see cref="SetValueInternal(
BSTR
)"/> can be called without calling <see cref="Value"/>
370
internal virtual void SetValueInternal(
BSTR
value) => SystemIAccessible.TrySetValue(CHILDID_SELF, value);
470
(int topic,
BSTR
file) = SystemIAccessible.TryGetHelpTopic(CHILDID_SELF);
488
internal virtual (int topic,
BSTR
helpFile) GetHelpTopicInternal() => SystemIAccessible.TryGetHelpTopic(CHILDID_SELF);
1184
HRESULT ILegacyIAccessibleProvider.Interface.get_Name(
BSTR
* pszName)
1197
HRESULT ILegacyIAccessibleProvider.Interface.get_Value(
BSTR
* pszValue)
1212
HRESULT ILegacyIAccessibleProvider.Interface.get_Description(
BSTR
* pszDescription)
1247
HRESULT ILegacyIAccessibleProvider.Interface.get_Help(
BSTR
* pszHelp)
1260
HRESULT ILegacyIAccessibleProvider.Interface.get_KeyboardShortcut(
BSTR
* pszKeyboardShortcut)
1294
HRESULT ILegacyIAccessibleProvider.Interface.get_DefaultAction(
BSTR
* pszDefaultAction)
1373
HRESULT IValueProvider.Interface.get_Value(
BSTR
* pRetVal)
1934
using
BSTR
result = default;
1939
HRESULT UIA.IAccessible.Interface.get_accDefaultAction(VARIANT varChild,
BSTR
* pszDefaultAction)
1974
using
BSTR
description = default;
1979
HRESULT UIA.IAccessible.Interface.get_accDescription(VARIANT varChild,
BSTR
* pszDescription)
2066
using
BSTR
result = default;
2071
HRESULT UIA.IAccessible.Interface.get_accHelp(VARIANT varChild,
BSTR
* pszHelp)
2105
using
BSTR
helpFile = default;
2112
HRESULT UIA.IAccessible.Interface.get_accHelpTopic(
BSTR
* pszHelpFile, VARIANT varChild, int* pidTopic)
2156
using
BSTR
shortcut = default;
2161
HRESULT UIA.IAccessible.Interface.get_accKeyboardShortcut(VARIANT varChild,
BSTR
* pszKeyboardShortcut)
2190
using
BSTR
name = default;
2195
HRESULT UIA.IAccessible.Interface.get_accName(VARIANT varChild,
BSTR
* pszName)
2223
BSTR
systemName = SystemIAccessible.TryGetName(varChild);
2394
using
BSTR
value = default;
2399
HRESULT UIA.IAccessible.Interface.get_accValue(VARIANT varChild,
BSTR
* pszValue)
2435
HRESULT UIA.IAccessible.Interface.put_accName(VARIANT varChild,
BSTR
szName)
2475
HRESULT UIA.IAccessible.Interface.put_accValue(VARIANT varChild,
BSTR
szValue)
2782
/// Called prior to calling <see cref="UIA.IAccessible.get_accName(VARIANT,
BSTR
*)"/> on the 'inner' system
3034
HRESULT IMultipleViewProvider.Interface.GetViewName(int viewId,
BSTR
* pRetVal)
3329
HRESULT IDispatchEx.Interface.GetDispID(
BSTR
bstrName, uint grfdex, int* pid)
3342
HRESULT IDispatchEx.Interface.DeleteMemberByName(
BSTR
bstrName, uint grfdex)
3351
HRESULT IDispatchEx.Interface.GetMemberName(int id,
BSTR
* pbstrName)
System\Windows\Forms\Accessibility\AccessibleObjectExtensions.cs (21)
48
public static
BSTR
TryGetDefaultAction(this AgileComPointer<IAccessible>? agile, int child)
51
public static
BSTR
TryGetDefaultAction(this AgileComPointer<IAccessible>? agile, VARIANT child)
59
BSTR
bstr = default;
82
public static
BSTR
TryGetDescription(this AgileComPointer<IAccessible>? agile, int child) =>
85
public static
BSTR
TryGetDescription(this AgileComPointer<IAccessible>? agile, VARIANT child)
93
BSTR
description = default;
102
public static
BSTR
TryGetHelp(this AgileComPointer<IAccessible>? agile, int child)
105
public static
BSTR
TryGetHelp(this AgileComPointer<IAccessible>? agile, VARIANT child)
113
BSTR
bstr = default;
122
public static
BSTR
TryGetKeyboardShortcut(this AgileComPointer<IAccessible>? agile, int child)
125
public static
BSTR
TryGetKeyboardShortcut(this AgileComPointer<IAccessible>? agile, VARIANT child)
133
BSTR
bstr = default;
142
public static
BSTR
TryGetName(this AgileComPointer<IAccessible>? agile, int child)
145
public static
BSTR
TryGetName(this AgileComPointer<IAccessible>? agile, VARIANT child)
153
BSTR
bstr = default;
160
public static void TrySetName(this AgileComPointer<IAccessible>? agile, VARIANT child,
BSTR
name)
221
public static
BSTR
TryGetValue(this AgileComPointer<IAccessible>? agile, VARIANT child)
229
BSTR
bstr = default;
238
public static void TrySetValue(this AgileComPointer<IAccessible>? agile, VARIANT child,
BSTR
value)
258
public static (int topic,
BSTR
helpFile) TryGetHelpTopic(this AgileComPointer<IAccessible>? agile, VARIANT child)
266
BSTR
file = default;
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (3)
261
public
BSTR
Name => new(GetControl() is { } control ? GetNameForControl(control) : string.Empty);
297
protected override HRESULT GetDispID(
BSTR
bstrName, uint grfdex, int* pid)
309
protected override HRESULT GetMemberName(int id,
BSTR
* pbstrName)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2248
using
BSTR
key = default;
2368
using
BSTR
name = default;
3793
using
BSTR
name = (
BSTR
)dispatch.Value->GetProperty(PInvokeCore.DISPID_FONT_NAME);
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (2)
16
BSTR
bstrFormat,
35
using
BSTR
pbstr = default;
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
1091
using
BSTR
bstrSource = new(_control.GetType().FullName!);
1092
using
BSTR
bstrDescription = new(errorString);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ICategorizePropertiesHandler.cs (1)
49
using
BSTR
categoryName = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (2)
50
BSTR
* nativeTypeNames;
197
private static string[] GetStringsFromPtr(
BSTR
* values, uint count)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
44
using
BSTR
value = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
22
using
BSTR
guid = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (2)
63
using
BSTR
helpString = default;
135
using
BSTR
name = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
57
using
BSTR
guidString = new(_guidString);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
883
using
BSTR
description = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (6)
490
using
BSTR
nameBstr = default;
491
using
BSTR
helpStringBstr = default;
711
using
BSTR
enumNameBstr = default;
712
using
BSTR
enumHelpStringBstr = default;
736
using
BSTR
nameBstr = default;
737
using
BSTR
helpBstr = default;
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
76
using
BSTR
className = default;
89
using
BSTR
typeInfoName = default;
System\Windows\Forms\Controls\ComboBox\ComboBox.ChildAccessibleObject.cs (1)
26
internal override
BSTR
GetNameInternal() => _owner.AccessibilityObject.GetNameInternal();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (3)
50
internal override
BSTR
GetDefaultActionInternal() => SystemIAccessible.TryGetDefaultAction(GetChildId());
88
internal override
BSTR
GetHelpInternal() => SystemIAccessible.TryGetHelp(GetChildId());
92
internal override
BSTR
GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessible.TryGetKeyboardShortcut(childID);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (2)
70
internal override
BSTR
GetNameInternal()
72
BSTR
name = _owner.AccessibilityObject.GetNameInternal();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (2)
61
internal override
BSTR
GetDefaultActionInternal() =>
127
internal override
BSTR
GetHelpInternal() => _owningComboBox.ChildListAccessibleObject.SystemIAccessible.TryGetHelp(GetChildId());
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
85
internal override
BSTR
GetDefaultActionInternal() =>
90
internal override
BSTR
GetHelpInternal() => _owningAccessibleObject.SystemIAccessible.TryGetHelp(GetChildId());
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (1)
72
internal override
BSTR
GetNameInternal()
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (3)
49
internal override
BSTR
GetDefaultActionInternal() => SystemIAccessibleInternal.TryGetDefaultAction(GetChildId());
112
internal override
BSTR
GetHelpInternal() => SystemIAccessibleInternal.TryGetHelp(GetChildId());
116
internal override
BSTR
GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessibleInternal.TryGetKeyboardShortcut(childID);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.ToolStripDropDownAccessibleObject.cs (1)
52
internal override
BSTR
GetNameInternal()
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
39
internal override
BSTR
GetHelpInternal()
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (2)
36
internal override void SetNameInternal(
BSTR
value) => _parent.AccessibilityObject.SetNameInternal(value);
42
internal override
BSTR
GetKeyboardShortcutInternal(VARIANT childID) => _parent.AccessibilityObject.GetKeyboardShortcutInternal(childID);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (17)
102
using
BSTR
domain = default;
111
using
BSTR
newValue = new(value);
127
using
BSTR
title = default;
134
using
BSTR
newValue = new(value);
151
using
BSTR
href = default;
312
using
BSTR
cookie = default;
319
using
BSTR
newValue = new(value);
329
using
BSTR
dir = default;
336
using
BSTR
newValue = new(value ? "rtl" : "ltr");
346
using
BSTR
charset = default;
353
using
BSTR
newValue = new(value);
363
using
BSTR
charset = default;
433
using
BSTR
bstrCommand = new(command);
451
using
BSTR
bstrId = new(id);
468
using
BSTR
bstrTagName = new(tagName);
477
using
BSTR
url = new("text/html");
494
using
BSTR
bstrElementTag = new(elementTag);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (2)
56
using
BSTR
name = new(eventName);
89
using
BSTR
name = new(eventName);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (18)
191
using
BSTR
id = default;
198
using
BSTR
newValue = new(value);
208
using
BSTR
innerHtml = default;
217
using
BSTR
newValue = new(value);
237
using
BSTR
innerText = default;
246
using
BSTR
newValue = new(value);
337
using
BSTR
outerHtml = default;
346
using
BSTR
newValue = new(value);
366
using
BSTR
outerText = default;
375
using
BSTR
newValue = new(value);
461
using
BSTR
cssText = default;
470
using
BSTR
newValue = new(value);
480
using
BSTR
tagName = default;
540
using
BSTR
name = new(attributeName);
551
using
BSTR
name = new(tagName);
560
using
BSTR
where = new(orientation.ToString());
645
using
BSTR
name = new(eventName);
663
using
BSTR
name = new(attributeName);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
81
using
BSTR
name = new(eventName);
113
using
BSTR
name = new(eventName);
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (2)
48
protected override unsafe HRESULT GetDispID(
BSTR
bstrName, uint grfdex, int* pid)
96
protected override unsafe HRESULT GetMemberName(int id,
BSTR
* pbstrName)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (17)
129
using
BSTR
name = default;
136
using
BSTR
newValue = new(value);
210
using
BSTR
status = default;
217
using
BSTR
newValue = new(value);
234
using
BSTR
href = default;
258
using
BSTR
bstrMessage = new(message);
274
using
BSTR
bstrMessage = new(message);
310
using
BSTR
bstrUrl = new(url.ToString());
321
using
BSTR
url = new(urlString);
332
using
BSTR
url = new(urlString);
333
using
BSTR
bstrTarget = new(target);
334
using
BSTR
options = new(windowOptions);
350
using
BSTR
url = new(urlString);
351
using
BSTR
target = new("_blank");
352
using
BSTR
options = new(windowOptions);
364
using
BSTR
bstrMessage = new(message);
365
using
BSTR
input = new(defaultInputValue);
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
48
using
BSTR
name = new(eventName);
79
using
BSTR
name = new(eventName);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (5)
232
using
BSTR
href = default;
349
using
BSTR
locationName = default;
357
using
BSTR
title = default;
382
using
BSTR
mimeType = default;
568
using
BSTR
url = default;
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (3)
41
internal override
BSTR
GetDefaultActionInternal() =>
46
internal override unsafe
BSTR
GetDescriptionInternal() =>
51
internal override
BSTR
GetNameInternal() => ParentInternal.SystemIAccessible.TryGetName(GetChildId());
System.Windows.Forms.Primitives (3209)
Microsoft\VisualStudio\Shell\ICategorizeProperties.cs (4)
66
BSTR
* pbstrName)
69
return ((delegate* unmanaged[Stdcall]<ICategorizeProperties*, PROPCAT, int,
BSTR
*, HRESULT>)_lpVtbl[2])(pThis, propcat, lcid, pbstrName);
90
/// Returns a <see cref="
BSTR
"/> containing the category name.
98
BSTR
* pbstrName);
Microsoft\VisualStudio\Shell\IProvidePropertyBuilder.cs (10)
58
BSTR
* pbstrGuidBldr,
62
return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int, CTLBLDTYPE*,
BSTR
*, VARIANT_BOOL*, HRESULT>)_lpVtbl[3])(
72
BSTR
* bstrGuidBldr,
79
return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int,
BSTR
*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*, HRESULT>)_lpVtbl[4])(
92
/// browser and are invoked through <see cref="ExecuteBuilder(int,
BSTR
*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*)"/>
94
/// should be invoked for the current property from <see cref="MapPropertyToBuilder(int, CTLBLDTYPE*,
BSTR
*, VARIANT_BOOL*)"/>
115
BSTR
* pbstrGuidBldr,
123
/// The <see cref="
BSTR
"/> of the builder GUID to invoke. This is returned from
124
/// <see cref="MapPropertyToBuilder(int, CTLBLDTYPE*,
BSTR
*, VARIANT_BOOL*)"/>.
139
BSTR
* bstrGuidBldr,
Microsoft\VisualStudio\Shell\IVSMDPerPropertyBrowsing.cs (4)
56
/// <inheritdoc cref="Interface.GetPropertyAttributes(int, uint*,
BSTR
**, VARIANT**)"/>
60
BSTR
** ppbstrTypeNames,
64
return ((delegate* unmanaged[Stdcall]<IVSMDPerPropertyBrowsing*, int, uint*,
BSTR
**, VARIANT**, HRESULT>)_lpVtbl[3])(
104
BSTR
** ppbstrTypeNames,
Microsoft\VisualStudio\Shell\IVsPerPropertyBrowsing.cs (15)
69
/// <inheritdoc cref="Interface.GetLocalizedPropertyInfo(int, uint,
BSTR
*,
BSTR
*)"/>
73
BSTR
* pbstrLocalizedName,
74
BSTR
* pbstrLocalizeDescription)
77
return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*, int, uint,
BSTR
*,
BSTR
*, HRESULT>)_lpVtbl[5])(
103
/// <inheritdoc cref="Interface.GetClassName(
BSTR
*)"/>
105
BSTR
* pbstrClassName)
108
return ((delegate* unmanaged[Stdcall]<IVsPerPropertyBrowsing*,
BSTR
*, HRESULT>)_lpVtbl[8])(pThis, pbstrClassName);
159
BSTR
* pbstrLocalizedName,
160
BSTR
* pbstrLocalizeDescription);
183
/// <see cref="ITypeInfo.GetDocumentation(int,
BSTR
*,
BSTR
*, out uint,
BSTR
*)"/> with <see cref="PInvoke.MEMBERID_NIL"/>.
187
BSTR
* pbstrClassName);
System\Windows\Forms\Automation\UiaTextRange.cs (2)
281
HRESULT ITextRangeProvider.Interface.FindText(
BSTR
text, BOOL backward, BOOL ignoreCase, ITextRangeProvider** pRetVal)
424
HRESULT ITextRangeProvider.Interface.GetText(int maxLength,
BSTR
* pRetVal)
System\Windows\Forms\IExtender.cs (3)
74
internal delegate* unmanaged[Stdcall]<IExtender*,
BSTR
*, HRESULT> get_Name_20;
193
private static HRESULT get_Name(IExtender* @this,
BSTR
* value)
233
BSTR
Name { get; }
Windows.Win32.IAccessible.g.cs (47)
251
private static winmdroot.Foundation.HRESULT get_accName(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszName)
288
public unsafe winmdroot.Foundation.HRESULT get_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszName)
290
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszName);
296
private static winmdroot.Foundation.HRESULT get_accValue(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszValue)
330
public unsafe winmdroot.Foundation.HRESULT get_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszValue)
332
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszValue);
338
private static winmdroot.Foundation.HRESULT get_accDescription(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDescription)
375
public unsafe winmdroot.Foundation.HRESULT get_accDescription(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDescription)
377
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszDescription);
493
private static winmdroot.Foundation.HRESULT get_accHelp(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszHelp)
529
public unsafe winmdroot.Foundation.HRESULT get_accHelp(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszHelp)
531
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszHelp);
534
/// <inheritdoc cref="get_accHelpTopic(winmdroot.Foundation.
BSTR
*, winmdroot.System.Variant.VARIANT, int*)"/>
535
internal unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(winmdroot.Foundation.
BSTR
* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, out int pidTopic)
547
private static winmdroot.Foundation.HRESULT get_accHelpTopic(IAccessible* pThis, winmdroot.Foundation.
BSTR
* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic)
585
public unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(winmdroot.Foundation.
BSTR
* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic)
587
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.Foundation.
BSTR
* ,winmdroot.System.Variant.VARIANT ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IAccessible*)Unsafe.AsPointer(ref this), pszHelpFile, varChild, pidTopic);
593
private static winmdroot.Foundation.HRESULT get_accKeyboardShortcut(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszKeyboardShortcut)
631
public unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszKeyboardShortcut)
633
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszKeyboardShortcut);
742
private static winmdroot.Foundation.HRESULT get_accDefaultAction(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDefaultAction)
779
public unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDefaultAction)
781
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszDefaultAction);
1066
private static winmdroot.Foundation.HRESULT put_accName(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szName)
1090
public winmdroot.Foundation.HRESULT put_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szName)
1092
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IAccessible*)Unsafe.AsPointer(ref this), varChild, szName);
1098
private static winmdroot.Foundation.HRESULT put_accValue(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szValue)
1129
public winmdroot.Foundation.HRESULT put_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szValue)
1131
return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IAccessible*)Unsafe.AsPointer(ref this), varChild, szValue);
1175
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accName_11;
1177
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accValue_12;
1179
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accDescription_13;
1185
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accHelp_16;
1187
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.Foundation.
BSTR
* ,winmdroot.System.Variant.VARIANT ,int* ,winmdroot.Foundation.HRESULT> get_accHelpTopic_17;
1189
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accKeyboardShortcut_18;
1195
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accDefaultAction_21;
1207
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_accName_27;
1209
internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_accValue_28;
1265
unsafe winmdroot.Foundation.HRESULT get_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszName);
1268
unsafe winmdroot.Foundation.HRESULT get_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszValue);
1271
unsafe winmdroot.Foundation.HRESULT get_accDescription(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDescription);
1280
unsafe winmdroot.Foundation.HRESULT get_accHelp(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszHelp);
1283
unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(winmdroot.Foundation.
BSTR
* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic);
1286
unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszKeyboardShortcut);
1295
unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
* pszDefaultAction);
1313
winmdroot.Foundation.HRESULT put_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szName);
1316
winmdroot.Foundation.HRESULT put_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.
BSTR
szValue);
Windows.Win32.IClassFactory2.g.cs (12)
166
private static winmdroot.Foundation.HRESULT RequestLicKey(IClassFactory2* pThis, uint dwReserved, winmdroot.Foundation.
BSTR
* pBstrKey)
194
public unsafe winmdroot.Foundation.HRESULT RequestLicKey(uint dwReserved, winmdroot.Foundation.
BSTR
* pBstrKey)
196
return ((delegate *unmanaged [Stdcall]<IClassFactory2*,uint ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IClassFactory2*)Unsafe.AsPointer(ref this), dwReserved, pBstrKey);
199
/// <inheritdoc cref="CreateInstanceLic(winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IUnknown*, global::System.Guid*, winmdroot.Foundation.
BSTR
, void**)"/>
200
internal unsafe winmdroot.Foundation.HRESULT CreateInstanceLic(winmdroot.System.Com.IUnknown* pUnkOuter, in global::System.Guid riid, winmdroot.Foundation.
BSTR
bstrKey, out void* ppvObj)
215
private static winmdroot.Foundation.HRESULT CreateInstanceLic(IClassFactory2* pThis, [Optional] winmdroot.System.Com.IUnknown* pUnkOuter, [Optional] winmdroot.System.Com.IUnknown* pUnkReserved, global::System.Guid* riid, winmdroot.Foundation.
BSTR
bstrKey, void** ppvObj)
246
public unsafe winmdroot.Foundation.HRESULT CreateInstanceLic([Optional] winmdroot.System.Com.IUnknown* pUnkOuter, [Optional] winmdroot.System.Com.IUnknown* pUnkReserved, global::System.Guid* riid, winmdroot.Foundation.
BSTR
bstrKey, void** ppvObj)
248
return ((delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IUnknown* ,global::System.Guid* ,winmdroot.Foundation.
BSTR
,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IClassFactory2*)Unsafe.AsPointer(ref this), pUnkOuter, pUnkReserved, riid, bstrKey, ppvObj);
284
internal delegate *unmanaged [Stdcall]<IClassFactory2*,uint ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> RequestLicKey_7;
286
internal delegate *unmanaged [Stdcall]<IClassFactory2*,winmdroot.System.Com.IUnknown* ,winmdroot.System.Com.IUnknown* ,global::System.Guid* ,winmdroot.Foundation.
BSTR
,void** ,winmdroot.Foundation.HRESULT> CreateInstanceLic_8;
326
unsafe winmdroot.Foundation.HRESULT RequestLicKey(uint dwReserved, winmdroot.Foundation.
BSTR
* pBstrKey);
329
unsafe winmdroot.Foundation.HRESULT CreateInstanceLic([Optional] winmdroot.System.Com.IUnknown* pUnkOuter, [Optional] winmdroot.System.Com.IUnknown* pUnkReserved, global::System.Guid* riid, winmdroot.Foundation.
BSTR
bstrKey, void** ppvObj);
Windows.Win32.IErrorInfo.g.cs (15)
99
private static winmdroot.Foundation.HRESULT GetSource(IErrorInfo* pThis, winmdroot.Foundation.
BSTR
* pBstrSource)
120
public unsafe void GetSource(winmdroot.Foundation.
BSTR
* pBstrSource)
122
((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrSource).ThrowOnFailure();
128
private static winmdroot.Foundation.HRESULT GetDescription(IErrorInfo* pThis, winmdroot.Foundation.
BSTR
* pBstrDescription)
149
public unsafe winmdroot.Foundation.HRESULT GetDescription(winmdroot.Foundation.
BSTR
* pBstrDescription)
151
return ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrDescription);
157
private static winmdroot.Foundation.HRESULT GetHelpFile(IErrorInfo* pThis, winmdroot.Foundation.
BSTR
* pBstrHelpFile)
178
public unsafe void GetHelpFile(winmdroot.Foundation.
BSTR
* pBstrHelpFile)
180
((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrHelpFile).ThrowOnFailure();
250
internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetSource_5;
252
internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDescription_6;
254
internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetHelpFile_7;
289
unsafe winmdroot.Foundation.HRESULT GetSource(winmdroot.Foundation.
BSTR
* pBstrSource);
292
unsafe winmdroot.Foundation.HRESULT GetDescription(winmdroot.Foundation.
BSTR
* pBstrDescription);
295
unsafe winmdroot.Foundation.HRESULT GetHelpFile(winmdroot.Foundation.
BSTR
* pBstrHelpFile);
Windows.Win32.IFont.g.cs (9)
58
private static winmdroot.Foundation.HRESULT get_Name(IFont* pThis, winmdroot.Foundation.
BSTR
* pName)
84
internal winmdroot.Foundation.
BSTR
Name
88
winmdroot.Foundation.
BSTR
__result;
89
((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
94
((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
101
private static winmdroot.Foundation.HRESULT put_Name(IFont* pThis, winmdroot.Foundation.
BSTR
name)
891
internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Name_4;
893
internal delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_Name_5;
986
winmdroot.Foundation.
BSTR
Name
Windows.Win32.IHTMLCurrentStyle.g.cs (305)
114
private static winmdroot.Foundation.HRESULT get_position(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
132
internal winmdroot.Foundation.
BSTR
position
136
winmdroot.Foundation.
BSTR
__result;
137
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
145
private static winmdroot.Foundation.HRESULT get_styleFloat(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
163
internal winmdroot.Foundation.
BSTR
styleFloat
167
winmdroot.Foundation.
BSTR
__result;
168
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
238
private static winmdroot.Foundation.HRESULT get_fontFamily(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
256
internal winmdroot.Foundation.
BSTR
fontFamily
260
winmdroot.Foundation.
BSTR
__result;
261
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
269
private static winmdroot.Foundation.HRESULT get_fontStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
287
internal winmdroot.Foundation.
BSTR
fontStyle
291
winmdroot.Foundation.
BSTR
__result;
292
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
300
private static winmdroot.Foundation.HRESULT get_fontVariant(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
318
internal winmdroot.Foundation.
BSTR
fontVariant
322
winmdroot.Foundation.
BSTR
__result;
323
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
393
private static winmdroot.Foundation.HRESULT get_backgroundImage(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
411
internal winmdroot.Foundation.
BSTR
backgroundImage
415
winmdroot.Foundation.
BSTR
__result;
416
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
486
private static winmdroot.Foundation.HRESULT get_backgroundRepeat(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
504
internal winmdroot.Foundation.
BSTR
backgroundRepeat
508
winmdroot.Foundation.
BSTR
__result;
509
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
641
private static winmdroot.Foundation.HRESULT get_borderTopStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
659
internal winmdroot.Foundation.
BSTR
borderTopStyle
663
winmdroot.Foundation.
BSTR
__result;
664
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
672
private static winmdroot.Foundation.HRESULT get_borderRightStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
690
internal winmdroot.Foundation.
BSTR
borderRightStyle
694
winmdroot.Foundation.
BSTR
__result;
695
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
703
private static winmdroot.Foundation.HRESULT get_borderBottomStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
721
internal winmdroot.Foundation.
BSTR
borderBottomStyle
725
winmdroot.Foundation.
BSTR
__result;
726
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
734
private static winmdroot.Foundation.HRESULT get_borderLeftStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
752
internal winmdroot.Foundation.
BSTR
borderLeftStyle
756
winmdroot.Foundation.
BSTR
__result;
757
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1137
private static winmdroot.Foundation.HRESULT get_textAlign(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1155
internal winmdroot.Foundation.
BSTR
textAlign
1159
winmdroot.Foundation.
BSTR
__result;
1160
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1168
private static winmdroot.Foundation.HRESULT get_textDecoration(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1186
internal winmdroot.Foundation.
BSTR
textDecoration
1190
winmdroot.Foundation.
BSTR
__result;
1191
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1199
private static winmdroot.Foundation.HRESULT get_display(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1217
internal winmdroot.Foundation.
BSTR
display
1221
winmdroot.Foundation.
BSTR
__result;
1222
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1230
private static winmdroot.Foundation.HRESULT get_visibility(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1248
internal winmdroot.Foundation.
BSTR
visibility
1252
winmdroot.Foundation.
BSTR
__result;
1253
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1416
private static winmdroot.Foundation.HRESULT get_backgroundAttachment(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1434
internal winmdroot.Foundation.
BSTR
backgroundAttachment
1438
winmdroot.Foundation.
BSTR
__result;
1439
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1571
private static winmdroot.Foundation.HRESULT get_clear(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1589
internal winmdroot.Foundation.
BSTR
clear
1593
winmdroot.Foundation.
BSTR
__result;
1594
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1602
private static winmdroot.Foundation.HRESULT get_listStyleType(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1620
internal winmdroot.Foundation.
BSTR
listStyleType
1624
winmdroot.Foundation.
BSTR
__result;
1625
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1633
private static winmdroot.Foundation.HRESULT get_listStylePosition(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1651
internal winmdroot.Foundation.
BSTR
listStylePosition
1655
winmdroot.Foundation.
BSTR
__result;
1656
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1664
private static winmdroot.Foundation.HRESULT get_listStyleImage(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1682
internal winmdroot.Foundation.
BSTR
listStyleImage
1686
winmdroot.Foundation.
BSTR
__result;
1687
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1819
private static winmdroot.Foundation.HRESULT get_overflow(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1837
internal winmdroot.Foundation.
BSTR
overflow
1841
winmdroot.Foundation.
BSTR
__result;
1842
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1850
private static winmdroot.Foundation.HRESULT get_pageBreakBefore(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1868
internal winmdroot.Foundation.
BSTR
pageBreakBefore
1872
winmdroot.Foundation.
BSTR
__result;
1873
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1881
private static winmdroot.Foundation.HRESULT get_pageBreakAfter(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1899
internal winmdroot.Foundation.
BSTR
pageBreakAfter
1903
winmdroot.Foundation.
BSTR
__result;
1904
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1912
private static winmdroot.Foundation.HRESULT get_cursor(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1930
internal winmdroot.Foundation.
BSTR
cursor
1934
winmdroot.Foundation.
BSTR
__result;
1935
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1943
private static winmdroot.Foundation.HRESULT get_tableLayout(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1961
internal winmdroot.Foundation.
BSTR
tableLayout
1965
winmdroot.Foundation.
BSTR
__result;
1966
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1974
private static winmdroot.Foundation.HRESULT get_borderCollapse(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1992
internal winmdroot.Foundation.
BSTR
borderCollapse
1996
winmdroot.Foundation.
BSTR
__result;
1997
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2005
private static winmdroot.Foundation.HRESULT get_direction(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2023
internal winmdroot.Foundation.
BSTR
direction
2027
winmdroot.Foundation.
BSTR
__result;
2028
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2036
private static winmdroot.Foundation.HRESULT get_behavior(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2054
internal winmdroot.Foundation.
BSTR
behavior
2058
winmdroot.Foundation.
BSTR
__result;
2059
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2067
private static winmdroot.Foundation.HRESULT getAttribute(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
2084
public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
2087
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
2094
private static winmdroot.Foundation.HRESULT get_unicodeBidi(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2112
internal winmdroot.Foundation.
BSTR
unicodeBidi
2116
winmdroot.Foundation.
BSTR
__result;
2117
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2187
private static winmdroot.Foundation.HRESULT get_imeMode(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2205
internal winmdroot.Foundation.
BSTR
imeMode
2209
winmdroot.Foundation.
BSTR
__result;
2210
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2218
private static winmdroot.Foundation.HRESULT get_rubyAlign(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2236
internal winmdroot.Foundation.
BSTR
rubyAlign
2240
winmdroot.Foundation.
BSTR
__result;
2241
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2249
private static winmdroot.Foundation.HRESULT get_rubyPosition(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2267
internal winmdroot.Foundation.
BSTR
rubyPosition
2271
winmdroot.Foundation.
BSTR
__result;
2272
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2280
private static winmdroot.Foundation.HRESULT get_rubyOverhang(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2298
internal winmdroot.Foundation.
BSTR
rubyOverhang
2302
winmdroot.Foundation.
BSTR
__result;
2303
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2311
private static winmdroot.Foundation.HRESULT get_textAutospace(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2329
internal winmdroot.Foundation.
BSTR
textAutospace
2333
winmdroot.Foundation.
BSTR
__result;
2334
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2342
private static winmdroot.Foundation.HRESULT get_lineBreak(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2360
internal winmdroot.Foundation.
BSTR
lineBreak
2364
winmdroot.Foundation.
BSTR
__result;
2365
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2373
private static winmdroot.Foundation.HRESULT get_wordBreak(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2391
internal winmdroot.Foundation.
BSTR
wordBreak
2395
winmdroot.Foundation.
BSTR
__result;
2396
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2404
private static winmdroot.Foundation.HRESULT get_textJustify(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2422
internal winmdroot.Foundation.
BSTR
textJustify
2426
winmdroot.Foundation.
BSTR
__result;
2427
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2435
private static winmdroot.Foundation.HRESULT get_textJustifyTrim(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2453
internal winmdroot.Foundation.
BSTR
textJustifyTrim
2457
winmdroot.Foundation.
BSTR
__result;
2458
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2497
private static winmdroot.Foundation.HRESULT get_blockDirection(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2515
internal winmdroot.Foundation.
BSTR
blockDirection
2519
winmdroot.Foundation.
BSTR
__result;
2520
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2590
private static winmdroot.Foundation.HRESULT get_layoutGridMode(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2608
internal winmdroot.Foundation.
BSTR
layoutGridMode
2612
winmdroot.Foundation.
BSTR
__result;
2613
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2621
private static winmdroot.Foundation.HRESULT get_layoutGridType(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2639
internal winmdroot.Foundation.
BSTR
layoutGridType
2643
winmdroot.Foundation.
BSTR
__result;
2644
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2652
private static winmdroot.Foundation.HRESULT get_borderStyle(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2670
internal winmdroot.Foundation.
BSTR
borderStyle
2674
winmdroot.Foundation.
BSTR
__result;
2675
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2683
private static winmdroot.Foundation.HRESULT get_borderColor(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2701
internal winmdroot.Foundation.
BSTR
borderColor
2705
winmdroot.Foundation.
BSTR
__result;
2706
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2714
private static winmdroot.Foundation.HRESULT get_borderWidth(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2732
internal winmdroot.Foundation.
BSTR
borderWidth
2736
winmdroot.Foundation.
BSTR
__result;
2737
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2745
private static winmdroot.Foundation.HRESULT get_padding(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2763
internal winmdroot.Foundation.
BSTR
padding
2767
winmdroot.Foundation.
BSTR
__result;
2768
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2776
private static winmdroot.Foundation.HRESULT get_margin(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2794
internal winmdroot.Foundation.
BSTR
margin
2798
winmdroot.Foundation.
BSTR
__result;
2799
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2807
private static winmdroot.Foundation.HRESULT get_accelerator(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2825
internal winmdroot.Foundation.
BSTR
accelerator
2829
winmdroot.Foundation.
BSTR
__result;
2830
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2838
private static winmdroot.Foundation.HRESULT get_overflowX(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2856
internal winmdroot.Foundation.
BSTR
overflowX
2860
winmdroot.Foundation.
BSTR
__result;
2861
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2869
private static winmdroot.Foundation.HRESULT get_overflowY(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2887
internal winmdroot.Foundation.
BSTR
overflowY
2891
winmdroot.Foundation.
BSTR
__result;
2892
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2900
private static winmdroot.Foundation.HRESULT get_textTransform(IHTMLCurrentStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2918
internal winmdroot.Foundation.
BSTR
textTransform
2922
winmdroot.Foundation.
BSTR
__result;
2923
((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2963
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_position_8;
2965
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_styleFloat_9;
2971
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontFamily_12;
2973
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontStyle_13;
2975
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontVariant_14;
2981
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundImage_17;
2987
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundRepeat_20;
2997
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderTopStyle_25;
2999
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderRightStyle_26;
3001
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderBottomStyle_27;
3003
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderLeftStyle_28;
3029
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textAlign_41;
3031
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textDecoration_42;
3033
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_display_43;
3035
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_visibility_44;
3047
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundAttachment_50;
3057
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_clear_55;
3059
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleType_56;
3061
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStylePosition_57;
3063
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleImage_58;
3073
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_overflow_63;
3075
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakBefore_64;
3077
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakAfter_65;
3079
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cursor_66;
3081
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_tableLayout_67;
3083
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderCollapse_68;
3085
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_direction_69;
3087
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_behavior_70;
3089
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_71;
3091
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_unicodeBidi_72;
3097
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_imeMode_75;
3099
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_rubyAlign_76;
3101
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_rubyPosition_77;
3103
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_rubyOverhang_78;
3105
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textAutospace_79;
3107
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_lineBreak_80;
3109
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_wordBreak_81;
3111
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textJustify_82;
3113
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textJustifyTrim_83;
3117
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_blockDirection_85;
3123
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_layoutGridMode_88;
3125
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_layoutGridType_89;
3127
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderStyle_90;
3129
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderColor_91;
3131
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderWidth_92;
3133
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_padding_93;
3135
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_margin_94;
3137
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accelerator_95;
3139
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_overflowX_96;
3141
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_overflowY_97;
3143
internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textTransform_98;
3258
winmdroot.Foundation.
BSTR
position
3263
winmdroot.Foundation.
BSTR
styleFloat
3278
winmdroot.Foundation.
BSTR
fontFamily
3283
winmdroot.Foundation.
BSTR
fontStyle
3288
winmdroot.Foundation.
BSTR
fontVariant
3303
winmdroot.Foundation.
BSTR
backgroundImage
3318
winmdroot.Foundation.
BSTR
backgroundRepeat
3343
winmdroot.Foundation.
BSTR
borderTopStyle
3348
winmdroot.Foundation.
BSTR
borderRightStyle
3353
winmdroot.Foundation.
BSTR
borderBottomStyle
3358
winmdroot.Foundation.
BSTR
borderLeftStyle
3423
winmdroot.Foundation.
BSTR
textAlign
3428
winmdroot.Foundation.
BSTR
textDecoration
3433
winmdroot.Foundation.
BSTR
display
3438
winmdroot.Foundation.
BSTR
visibility
3468
winmdroot.Foundation.
BSTR
backgroundAttachment
3493
winmdroot.Foundation.
BSTR
clear
3498
winmdroot.Foundation.
BSTR
listStyleType
3503
winmdroot.Foundation.
BSTR
listStylePosition
3508
winmdroot.Foundation.
BSTR
listStyleImage
3533
winmdroot.Foundation.
BSTR
overflow
3538
winmdroot.Foundation.
BSTR
pageBreakBefore
3543
winmdroot.Foundation.
BSTR
pageBreakAfter
3548
winmdroot.Foundation.
BSTR
cursor
3553
winmdroot.Foundation.
BSTR
tableLayout
3558
winmdroot.Foundation.
BSTR
borderCollapse
3563
winmdroot.Foundation.
BSTR
direction
3568
winmdroot.Foundation.
BSTR
behavior
3574
unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
3576
winmdroot.Foundation.
BSTR
unicodeBidi
3591
winmdroot.Foundation.
BSTR
imeMode
3596
winmdroot.Foundation.
BSTR
rubyAlign
3601
winmdroot.Foundation.
BSTR
rubyPosition
3606
winmdroot.Foundation.
BSTR
rubyOverhang
3611
winmdroot.Foundation.
BSTR
textAutospace
3616
winmdroot.Foundation.
BSTR
lineBreak
3621
winmdroot.Foundation.
BSTR
wordBreak
3626
winmdroot.Foundation.
BSTR
textJustify
3631
winmdroot.Foundation.
BSTR
textJustifyTrim
3641
winmdroot.Foundation.
BSTR
blockDirection
3656
winmdroot.Foundation.
BSTR
layoutGridMode
3661
winmdroot.Foundation.
BSTR
layoutGridType
3666
winmdroot.Foundation.
BSTR
borderStyle
3671
winmdroot.Foundation.
BSTR
borderColor
3676
winmdroot.Foundation.
BSTR
borderWidth
3681
winmdroot.Foundation.
BSTR
padding
3686
winmdroot.Foundation.
BSTR
margin
3691
winmdroot.Foundation.
BSTR
accelerator
3696
winmdroot.Foundation.
BSTR
overflowX
3701
winmdroot.Foundation.
BSTR
overflowY
3706
winmdroot.Foundation.
BSTR
textTransform
Windows.Win32.IHTMLDataTransfer.g.cs (35)
111
/// <inheritdoc cref="setData(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
112
internal unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.
BSTR
format, in winmdroot.System.Variant.VARIANT data)
124
private static winmdroot.Foundation.HRESULT setData(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret)
141
public unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.
BSTR
format, winmdroot.System.Variant.VARIANT* data)
144
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, data, &__retVal).ThrowOnFailure();
151
private static winmdroot.Foundation.HRESULT getData(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
format, winmdroot.System.Variant.VARIANT* pvarRet)
168
public winmdroot.System.Variant.VARIANT getData(winmdroot.Foundation.
BSTR
format)
171
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure();
178
private static winmdroot.Foundation.HRESULT clearData(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
format, winmdroot.Foundation.VARIANT_BOOL* pret)
195
public winmdroot.Foundation.VARIANT_BOOL clearData(winmdroot.Foundation.
BSTR
format)
198
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT put_dropEffect(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
v)
223
internal winmdroot.Foundation.
BSTR
dropEffect
227
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
231
winmdroot.Foundation.
BSTR
__result;
232
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
240
private static winmdroot.Foundation.HRESULT get_dropEffect(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
* p)
261
private static winmdroot.Foundation.HRESULT put_effectAllowed(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
v)
279
internal winmdroot.Foundation.
BSTR
effectAllowed
283
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
287
winmdroot.Foundation.
BSTR
__result;
288
((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
296
private static winmdroot.Foundation.HRESULT get_effectAllowed(IHTMLDataTransfer* pThis, winmdroot.Foundation.
BSTR
* p)
349
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setData_8;
351
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getData_9;
353
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> clearData_10;
355
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_dropEffect_11;
357
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_dropEffect_12;
359
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_effectAllowed_13;
361
internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_effectAllowed_14;
393
unsafe winmdroot.Foundation.HRESULT setData(winmdroot.Foundation.
BSTR
format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret);
396
unsafe winmdroot.Foundation.HRESULT getData(winmdroot.Foundation.
BSTR
format, winmdroot.System.Variant.VARIANT* pvarRet);
399
unsafe winmdroot.Foundation.HRESULT clearData(winmdroot.Foundation.
BSTR
format, winmdroot.Foundation.VARIANT_BOOL* pret);
401
winmdroot.Foundation.
BSTR
dropEffect
407
winmdroot.Foundation.
BSTR
effectAllowed
Windows.Win32.IHTMLDocument2.g.cs (204)
351
private static winmdroot.Foundation.HRESULT put_title(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
368
public winmdroot.Foundation.HRESULT put_title(winmdroot.Foundation.
BSTR
v)
370
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v);
376
private static winmdroot.Foundation.HRESULT get_title(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
393
public unsafe winmdroot.Foundation.HRESULT get_title(winmdroot.Foundation.
BSTR
* p)
395
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
432
private static winmdroot.Foundation.HRESULT put_designMode(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
450
internal winmdroot.Foundation.
BSTR
designMode
454
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
458
winmdroot.Foundation.
BSTR
__result;
459
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
467
private static winmdroot.Foundation.HRESULT get_designMode(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
519
private static winmdroot.Foundation.HRESULT get_readyState(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
537
internal winmdroot.Foundation.
BSTR
readyState
541
winmdroot.Foundation.
BSTR
__result;
542
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
943
private static winmdroot.Foundation.HRESULT get_referrer(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
961
internal winmdroot.Foundation.
BSTR
referrer
965
winmdroot.Foundation.
BSTR
__result;
966
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
999
private static winmdroot.Foundation.HRESULT get_lastModified(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1017
internal winmdroot.Foundation.
BSTR
lastModified
1021
winmdroot.Foundation.
BSTR
__result;
1022
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1030
private static winmdroot.Foundation.HRESULT put_URL(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
1048
internal winmdroot.Foundation.
BSTR
URL
1052
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1056
winmdroot.Foundation.
BSTR
__result;
1057
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1065
private static winmdroot.Foundation.HRESULT get_URL(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1086
private static winmdroot.Foundation.HRESULT put_domain(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
1103
public winmdroot.Foundation.HRESULT put_domain(winmdroot.Foundation.
BSTR
v)
1105
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v);
1111
private static winmdroot.Foundation.HRESULT get_domain(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1128
public unsafe winmdroot.Foundation.HRESULT get_domain(winmdroot.Foundation.
BSTR
* p)
1130
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1136
private static winmdroot.Foundation.HRESULT put_cookie(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
1153
public winmdroot.Foundation.HRESULT put_cookie(winmdroot.Foundation.
BSTR
v)
1155
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v);
1161
private static winmdroot.Foundation.HRESULT get_cookie(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1178
public unsafe winmdroot.Foundation.HRESULT get_cookie(winmdroot.Foundation.
BSTR
* p)
1180
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1242
private static winmdroot.Foundation.HRESULT put_charset(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
1259
public winmdroot.Foundation.HRESULT put_charset(winmdroot.Foundation.
BSTR
v)
1261
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v);
1267
private static winmdroot.Foundation.HRESULT get_charset(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1284
public unsafe winmdroot.Foundation.HRESULT get_charset(winmdroot.Foundation.
BSTR
* p)
1286
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1292
private static winmdroot.Foundation.HRESULT put_defaultCharset(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
v)
1309
public winmdroot.Foundation.HRESULT put_defaultCharset(winmdroot.Foundation.
BSTR
v)
1311
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v);
1317
private static winmdroot.Foundation.HRESULT get_defaultCharset(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1334
public unsafe winmdroot.Foundation.HRESULT get_defaultCharset(winmdroot.Foundation.
BSTR
* p)
1336
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1342
private static winmdroot.Foundation.HRESULT get_mimeType(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1359
public unsafe winmdroot.Foundation.HRESULT get_mimeType(winmdroot.Foundation.
BSTR
* p)
1361
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
1367
private static winmdroot.Foundation.HRESULT get_fileSize(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1385
internal winmdroot.Foundation.
BSTR
fileSize
1389
winmdroot.Foundation.
BSTR
__result;
1390
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1398
private static winmdroot.Foundation.HRESULT get_fileCreatedDate(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1416
internal winmdroot.Foundation.
BSTR
fileCreatedDate
1420
winmdroot.Foundation.
BSTR
__result;
1421
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1429
private static winmdroot.Foundation.HRESULT get_fileModifiedDate(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1447
internal winmdroot.Foundation.
BSTR
fileModifiedDate
1451
winmdroot.Foundation.
BSTR
__result;
1452
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1460
private static winmdroot.Foundation.HRESULT get_fileUpdatedDate(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1478
internal winmdroot.Foundation.
BSTR
fileUpdatedDate
1482
winmdroot.Foundation.
BSTR
__result;
1483
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1491
private static winmdroot.Foundation.HRESULT get_security(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1509
internal winmdroot.Foundation.
BSTR
security
1513
winmdroot.Foundation.
BSTR
__result;
1514
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1522
private static winmdroot.Foundation.HRESULT get_protocol(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1540
internal winmdroot.Foundation.
BSTR
protocol
1544
winmdroot.Foundation.
BSTR
__result;
1545
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1553
private static winmdroot.Foundation.HRESULT get_nameProp(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* p)
1571
internal winmdroot.Foundation.
BSTR
nameProp
1575
winmdroot.Foundation.
BSTR
__result;
1576
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1634
private static winmdroot.Foundation.HRESULT open(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult)
1651
public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult)
1653
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLDocument2*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult);
1709
private static winmdroot.Foundation.HRESULT queryCommandSupported(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1726
public winmdroot.Foundation.VARIANT_BOOL queryCommandSupported(winmdroot.Foundation.
BSTR
cmdID)
1729
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1736
private static winmdroot.Foundation.HRESULT queryCommandEnabled(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1753
public winmdroot.Foundation.VARIANT_BOOL queryCommandEnabled(winmdroot.Foundation.
BSTR
cmdID)
1756
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1763
private static winmdroot.Foundation.HRESULT queryCommandState(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1780
public winmdroot.Foundation.VARIANT_BOOL queryCommandState(winmdroot.Foundation.
BSTR
cmdID)
1783
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1790
private static winmdroot.Foundation.HRESULT queryCommandIndeterm(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1807
public winmdroot.Foundation.VARIANT_BOOL queryCommandIndeterm(winmdroot.Foundation.
BSTR
cmdID)
1810
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1817
private static winmdroot.Foundation.HRESULT queryCommandText(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.
BSTR
* pcmdText)
1834
public winmdroot.Foundation.
BSTR
queryCommandText(winmdroot.Foundation.
BSTR
cmdID)
1836
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
1837
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1844
private static winmdroot.Foundation.HRESULT queryCommandValue(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.System.Variant.VARIANT* pcmdValue)
1861
public winmdroot.System.Variant.VARIANT queryCommandValue(winmdroot.Foundation.
BSTR
cmdID)
1864
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1868
/// <inheritdoc cref="execCommand(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
1869
internal unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet)
1881
private static winmdroot.Foundation.HRESULT execCommand(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1898
public unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1900
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, showUI, value, pfRet);
1906
private static winmdroot.Foundation.HRESULT execCommandShowHelp(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet)
1923
public winmdroot.Foundation.VARIANT_BOOL execCommandShowHelp(winmdroot.Foundation.
BSTR
cmdID)
1926
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1933
private static winmdroot.Foundation.HRESULT createElement(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
eTag, winmdroot.Web.MsHtml.IHTMLElement** newElem)
1950
public unsafe winmdroot.Foundation.HRESULT createElement(winmdroot.Foundation.
BSTR
eTag, winmdroot.Web.MsHtml.IHTMLElement** newElem)
1952
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLDocument2*)Unsafe.AsPointer(ref this), eTag, newElem);
3103
private static winmdroot.Foundation.HRESULT toString(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
* String)
3120
public winmdroot.Foundation.
BSTR
toString()
3122
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
3123
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
3130
private static winmdroot.Foundation.HRESULT createStyleSheet(IHTMLDocument2* pThis, winmdroot.Foundation.
BSTR
bstrHref, int lIndex, winmdroot.Web.MsHtml.IHTMLStyleSheet** ppnewStyleSheet)
3147
public unsafe winmdroot.Web.MsHtml.IHTMLStyleSheet* createStyleSheet(winmdroot.Foundation.
BSTR
bstrHref, int lIndex)
3150
((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Web.MsHtml.IHTMLStyleSheet** ,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLDocument2*)Unsafe.AsPointer(ref this), bstrHref, lIndex, &__retVal).ThrowOnFailure();
3207
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_title_17;
3209
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_title_18;
3213
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_designMode_20;
3215
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_designMode_21;
3219
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_readyState_23;
3247
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_referrer_37;
3251
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_lastModified_39;
3253
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_URL_40;
3255
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_URL_41;
3257
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_domain_42;
3259
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_domain_43;
3261
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cookie_44;
3263
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cookie_45;
3269
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_charset_48;
3271
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_charset_49;
3273
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_defaultCharset_50;
3275
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_defaultCharset_51;
3277
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_mimeType_52;
3279
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileSize_53;
3281
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileCreatedDate_54;
3283
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileModifiedDate_55;
3285
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileUpdatedDate_56;
3287
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_security_57;
3289
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_protocol_58;
3291
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_nameProp_59;
3297
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> open_62;
3303
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandSupported_65;
3305
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandEnabled_66;
3307
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandState_67;
3309
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandIndeterm_68;
3311
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> queryCommandText_69;
3313
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> queryCommandValue_70;
3315
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommand_71;
3317
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommandShowHelp_72;
3319
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> createElement_73;
3403
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_115;
3405
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Web.MsHtml.IHTMLStyleSheet** ,winmdroot.Foundation.HRESULT> createStyleSheet_116;
3570
winmdroot.Foundation.HRESULT put_title(winmdroot.Foundation.
BSTR
v);
3573
unsafe winmdroot.Foundation.HRESULT get_title(winmdroot.Foundation.
BSTR
* p);
3580
winmdroot.Foundation.
BSTR
designMode
3591
winmdroot.Foundation.
BSTR
readyState
3641
winmdroot.Foundation.
BSTR
referrer
3649
winmdroot.Foundation.
BSTR
lastModified
3654
winmdroot.Foundation.
BSTR
URL
3661
winmdroot.Foundation.HRESULT put_domain(winmdroot.Foundation.
BSTR
v);
3664
unsafe winmdroot.Foundation.HRESULT get_domain(winmdroot.Foundation.
BSTR
* p);
3667
winmdroot.Foundation.HRESULT put_cookie(winmdroot.Foundation.
BSTR
v);
3670
unsafe winmdroot.Foundation.HRESULT get_cookie(winmdroot.Foundation.
BSTR
* p);
3679
winmdroot.Foundation.HRESULT put_charset(winmdroot.Foundation.
BSTR
v);
3682
unsafe winmdroot.Foundation.HRESULT get_charset(winmdroot.Foundation.
BSTR
* p);
3685
winmdroot.Foundation.HRESULT put_defaultCharset(winmdroot.Foundation.
BSTR
v);
3688
unsafe winmdroot.Foundation.HRESULT get_defaultCharset(winmdroot.Foundation.
BSTR
* p);
3691
unsafe winmdroot.Foundation.HRESULT get_mimeType(winmdroot.Foundation.
BSTR
* p);
3693
winmdroot.Foundation.
BSTR
fileSize
3698
winmdroot.Foundation.
BSTR
fileCreatedDate
3703
winmdroot.Foundation.
BSTR
fileModifiedDate
3708
winmdroot.Foundation.
BSTR
fileUpdatedDate
3713
winmdroot.Foundation.
BSTR
security
3718
winmdroot.Foundation.
BSTR
protocol
3723
winmdroot.Foundation.
BSTR
nameProp
3735
unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult);
3744
unsafe winmdroot.Foundation.HRESULT queryCommandSupported(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3747
unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3750
unsafe winmdroot.Foundation.HRESULT queryCommandState(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3753
unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3756
unsafe winmdroot.Foundation.HRESULT queryCommandText(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.
BSTR
* pcmdText);
3759
unsafe winmdroot.Foundation.HRESULT queryCommandValue(winmdroot.Foundation.
BSTR
cmdID, winmdroot.System.Variant.VARIANT* pcmdValue);
3762
unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3765
unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
3768
unsafe winmdroot.Foundation.HRESULT createElement(winmdroot.Foundation.
BSTR
eTag, winmdroot.Web.MsHtml.IHTMLElement** newElem);
3896
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* String);
3899
unsafe winmdroot.Foundation.HRESULT createStyleSheet(winmdroot.Foundation.
BSTR
bstrHref, int lIndex, winmdroot.Web.MsHtml.IHTMLStyleSheet** ppnewStyleSheet);
Windows.Win32.IHTMLDocument3.g.cs (57)
164
private static winmdroot.Foundation.HRESULT createTextNode(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
text, winmdroot.Web.MsHtml.IHTMLDOMNode** newTextNode)
181
public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* createTextNode(winmdroot.Foundation.
BSTR
text)
184
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument3*)Unsafe.AsPointer(ref this), text, &__retVal).ThrowOnFailure();
222
private static winmdroot.Foundation.HRESULT get_uniqueID(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
* p)
240
internal winmdroot.Foundation.
BSTR
uniqueID
244
winmdroot.Foundation.
BSTR
__result;
245
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
250
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
251
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
263
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
280
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
282
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
288
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
305
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
307
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDocument3*)Unsafe.AsPointer(ref this), @event, pDisp);
705
private static winmdroot.Foundation.HRESULT put_dir(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
v)
722
public winmdroot.Foundation.HRESULT put_dir(winmdroot.Foundation.
BSTR
v)
724
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v);
730
private static winmdroot.Foundation.HRESULT get_dir(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
* p)
747
public unsafe winmdroot.Foundation.HRESULT get_dir(winmdroot.Foundation.
BSTR
* p)
749
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLDocument3*)Unsafe.AsPointer(ref this), p);
981
private static winmdroot.Foundation.HRESULT put_baseUrl(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
v)
999
internal winmdroot.Foundation.
BSTR
baseUrl
1003
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1007
winmdroot.Foundation.
BSTR
__result;
1008
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1016
private static winmdroot.Foundation.HRESULT get_baseUrl(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
* p)
1180
private static winmdroot.Foundation.HRESULT getElementsByName(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
1197
public unsafe winmdroot.Web.MsHtml.IHTMLElementCollection* getElementsByName(winmdroot.Foundation.
BSTR
v)
1200
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v, &__retVal).ThrowOnFailure();
1207
private static winmdroot.Foundation.HRESULT getElementById(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElement** pel)
1224
public unsafe winmdroot.Foundation.HRESULT getElementById(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElement** pel)
1226
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v, pel);
1232
private static winmdroot.Foundation.HRESULT getElementsByTagName(IHTMLDocument3* pThis, winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
1249
public unsafe winmdroot.Foundation.HRESULT getElementsByTagName(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
1251
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v, pelColl);
1293
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> createTextNode_10;
1297
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_uniqueID_12;
1299
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_13;
1301
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT> detachEvent_14;
1331
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_dir_29;
1333
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_dir_30;
1351
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_baseUrl_39;
1353
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_baseUrl_40;
1365
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT> getElementsByName_46;
1367
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> getElementById_47;
1369
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT> getElementsByTagName_48;
1441
unsafe winmdroot.Foundation.HRESULT createTextNode(winmdroot.Foundation.
BSTR
text, winmdroot.Web.MsHtml.IHTMLDOMNode** newTextNode);
1448
winmdroot.Foundation.
BSTR
uniqueID
1454
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
1457
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp);
1502
winmdroot.Foundation.HRESULT put_dir(winmdroot.Foundation.
BSTR
v);
1505
unsafe winmdroot.Foundation.HRESULT get_dir(winmdroot.Foundation.
BSTR
* p);
1533
winmdroot.Foundation.
BSTR
baseUrl
1557
unsafe winmdroot.Foundation.HRESULT getElementsByName(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl);
1560
unsafe winmdroot.Foundation.HRESULT getElementById(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElement** pel);
1563
unsafe winmdroot.Foundation.HRESULT getElementsByTagName(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl);
Windows.Win32.IHTMLDocument4.g.cs (37)
261
private static winmdroot.Foundation.HRESULT createDocumentFromUrl(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.Foundation.
BSTR
bstrOptions, winmdroot.Web.MsHtml.IHTMLDocument2** newDoc)
278
public unsafe winmdroot.Web.MsHtml.IHTMLDocument2* createDocumentFromUrl(winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.Foundation.
BSTR
bstrOptions)
281
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument4*)Unsafe.AsPointer(ref this), bstrUrl, bstrOptions, &__retVal).ThrowOnFailure();
288
private static winmdroot.Foundation.HRESULT put_media(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
v)
306
internal winmdroot.Foundation.
BSTR
media
310
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
314
winmdroot.Foundation.
BSTR
__result;
315
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
323
private static winmdroot.Foundation.HRESULT get_media(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
* p)
378
/// <inheritdoc cref="fireEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/>
379
internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled)
394
private static winmdroot.Foundation.HRESULT fireEvent(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled)
411
public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled)
413
return ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument4*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled);
419
private static winmdroot.Foundation.HRESULT createRenderStyle(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLRenderStyle** ppIHTMLRenderStyle)
436
public unsafe winmdroot.Web.MsHtml.IHTMLRenderStyle* createRenderStyle(winmdroot.Foundation.
BSTR
v)
439
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLRenderStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDocument4*)Unsafe.AsPointer(ref this), v, &__retVal).ThrowOnFailure();
502
private static winmdroot.Foundation.HRESULT get_URLUnencoded(IHTMLDocument4* pThis, winmdroot.Foundation.
BSTR
* p)
520
internal winmdroot.Foundation.
BSTR
URLUnencoded
524
winmdroot.Foundation.
BSTR
__result;
525
((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
575
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT> createDocumentFromUrl_13;
577
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_media_14;
579
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_media_15;
583
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_17;
585
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLRenderStyle** ,winmdroot.Foundation.HRESULT> createRenderStyle_18;
591
internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_URLUnencoded_21;
647
unsafe winmdroot.Foundation.HRESULT createDocumentFromUrl(winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.Foundation.
BSTR
bstrOptions, winmdroot.Web.MsHtml.IHTMLDocument2** newDoc);
649
winmdroot.Foundation.
BSTR
media
659
unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled);
662
unsafe winmdroot.Foundation.HRESULT createRenderStyle(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLRenderStyle** ppIHTMLRenderStyle);
670
winmdroot.Foundation.
BSTR
URLUnencoded
Windows.Win32.IHTMLDOMNode.g.cs (6)
479
private static winmdroot.Foundation.HRESULT get_nodeName(IHTMLDOMNode* pThis, winmdroot.Foundation.
BSTR
* p)
497
internal winmdroot.Foundation.
BSTR
nodeName
501
winmdroot.Foundation.
BSTR
__result;
502
((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
736
internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_nodeName_21;
839
winmdroot.Foundation.
BSTR
nodeName
Windows.Win32.IHTMLElement.g.cs (135)
114
private static winmdroot.Foundation.HRESULT setAttribute(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
131
public winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
133
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags);
136
/// <inheritdoc cref="getAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
137
internal unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue)
149
private static winmdroot.Foundation.HRESULT getAttribute(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
166
public unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
168
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, AttributeValue);
174
private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
191
public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
194
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
201
private static winmdroot.Foundation.HRESULT put_className(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
219
internal winmdroot.Foundation.
BSTR
className
223
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
227
winmdroot.Foundation.
BSTR
__result;
228
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
236
private static winmdroot.Foundation.HRESULT get_className(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
257
private static winmdroot.Foundation.HRESULT put_id(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
274
public winmdroot.Foundation.HRESULT put_id(winmdroot.Foundation.
BSTR
v)
276
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElement*)Unsafe.AsPointer(ref this), v);
282
private static winmdroot.Foundation.HRESULT get_id(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
299
public unsafe winmdroot.Foundation.HRESULT get_id(winmdroot.Foundation.
BSTR
* p)
301
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
307
private static winmdroot.Foundation.HRESULT get_tagName(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
324
public unsafe winmdroot.Foundation.HRESULT get_tagName(winmdroot.Foundation.
BSTR
* p)
326
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
1023
private static winmdroot.Foundation.HRESULT put_title(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1041
internal winmdroot.Foundation.
BSTR
title
1045
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1049
winmdroot.Foundation.
BSTR
__result;
1050
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1058
private static winmdroot.Foundation.HRESULT get_title(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1079
private static winmdroot.Foundation.HRESULT put_language(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1097
internal winmdroot.Foundation.
BSTR
language
1101
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1105
winmdroot.Foundation.
BSTR
__result;
1106
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1114
private static winmdroot.Foundation.HRESULT get_language(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1305
private static winmdroot.Foundation.HRESULT put_lang(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1323
internal winmdroot.Foundation.
BSTR
lang
1327
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1331
winmdroot.Foundation.
BSTR
__result;
1332
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1340
private static winmdroot.Foundation.HRESULT get_lang(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1526
private static winmdroot.Foundation.HRESULT put_innerHTML(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1543
public winmdroot.Foundation.HRESULT put_innerHTML(winmdroot.Foundation.
BSTR
v)
1545
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLElement*)Unsafe.AsPointer(ref this), v);
1551
private static winmdroot.Foundation.HRESULT get_innerHTML(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1568
public unsafe winmdroot.Foundation.HRESULT get_innerHTML(winmdroot.Foundation.
BSTR
* p)
1570
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
1576
private static winmdroot.Foundation.HRESULT put_innerText(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1593
public winmdroot.Foundation.HRESULT put_innerText(winmdroot.Foundation.
BSTR
v)
1595
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLElement*)Unsafe.AsPointer(ref this), v);
1601
private static winmdroot.Foundation.HRESULT get_innerText(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1618
public unsafe winmdroot.Foundation.HRESULT get_innerText(winmdroot.Foundation.
BSTR
* p)
1620
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
1626
private static winmdroot.Foundation.HRESULT put_outerHTML(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1643
public winmdroot.Foundation.HRESULT put_outerHTML(winmdroot.Foundation.
BSTR
v)
1645
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLElement*)Unsafe.AsPointer(ref this), v);
1651
private static winmdroot.Foundation.HRESULT get_outerHTML(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1668
public unsafe winmdroot.Foundation.HRESULT get_outerHTML(winmdroot.Foundation.
BSTR
* p)
1670
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
1676
private static winmdroot.Foundation.HRESULT put_outerText(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
v)
1693
public winmdroot.Foundation.HRESULT put_outerText(winmdroot.Foundation.
BSTR
v)
1695
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLElement*)Unsafe.AsPointer(ref this), v);
1701
private static winmdroot.Foundation.HRESULT get_outerText(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* p)
1718
public unsafe winmdroot.Foundation.HRESULT get_outerText(winmdroot.Foundation.
BSTR
* p)
1720
return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLElement*)Unsafe.AsPointer(ref this), p);
1726
private static winmdroot.Foundation.HRESULT insertAdjacentHTML(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
html)
1743
public void insertAdjacentHTML(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
html)
1745
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLElement*)Unsafe.AsPointer(ref this), where, html).ThrowOnFailure();
1751
private static winmdroot.Foundation.HRESULT insertAdjacentText(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
text)
1768
public void insertAdjacentText(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
text)
1770
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLElement*)Unsafe.AsPointer(ref this), where, text).ThrowOnFailure();
1950
private static winmdroot.Foundation.HRESULT toString(IHTMLElement* pThis, winmdroot.Foundation.
BSTR
* String)
1967
public winmdroot.Foundation.
BSTR
toString()
1969
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
1970
((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLElement*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
2563
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_8;
2565
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_9;
2567
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_10;
2569
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_className_11;
2571
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_className_12;
2573
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_id_13;
2575
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_id_14;
2577
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_tagName_15;
2629
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_title_41;
2631
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_title_42;
2633
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_language_43;
2635
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_language_44;
2649
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_lang_51;
2651
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_lang_52;
2663
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_innerHTML_58;
2665
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_innerHTML_59;
2667
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_innerText_60;
2669
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_innerText_61;
2671
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_outerHTML_62;
2673
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_outerHTML_63;
2675
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_outerText_64;
2677
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_outerText_65;
2679
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> insertAdjacentHTML_66;
2681
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> insertAdjacentText_67;
2695
internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_74;
2847
winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags);
2850
unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
2853
unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
2855
winmdroot.Foundation.
BSTR
className
2862
winmdroot.Foundation.HRESULT put_id(winmdroot.Foundation.
BSTR
v);
2865
unsafe winmdroot.Foundation.HRESULT get_id(winmdroot.Foundation.
BSTR
* p);
2868
unsafe winmdroot.Foundation.HRESULT get_tagName(winmdroot.Foundation.
BSTR
* p);
2945
winmdroot.Foundation.
BSTR
title
2951
winmdroot.Foundation.
BSTR
language
2979
winmdroot.Foundation.
BSTR
lang
3001
winmdroot.Foundation.HRESULT put_innerHTML(winmdroot.Foundation.
BSTR
v);
3004
unsafe winmdroot.Foundation.HRESULT get_innerHTML(winmdroot.Foundation.
BSTR
* p);
3007
winmdroot.Foundation.HRESULT put_innerText(winmdroot.Foundation.
BSTR
v);
3010
unsafe winmdroot.Foundation.HRESULT get_innerText(winmdroot.Foundation.
BSTR
* p);
3013
winmdroot.Foundation.HRESULT put_outerHTML(winmdroot.Foundation.
BSTR
v);
3016
unsafe winmdroot.Foundation.HRESULT get_outerHTML(winmdroot.Foundation.
BSTR
* p);
3019
winmdroot.Foundation.HRESULT put_outerText(winmdroot.Foundation.
BSTR
v);
3022
unsafe winmdroot.Foundation.HRESULT get_outerText(winmdroot.Foundation.
BSTR
* p);
3025
winmdroot.Foundation.HRESULT insertAdjacentHTML(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
html);
3028
winmdroot.Foundation.HRESULT insertAdjacentText(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
text);
3055
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* String);
Windows.Win32.IHTMLElement2.g.cs (128)
114
private static winmdroot.Foundation.HRESULT get_scopeName(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
* p)
132
internal winmdroot.Foundation.
BSTR
scopeName
136
winmdroot.Foundation.
BSTR
__result;
137
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
251
private static winmdroot.Foundation.HRESULT componentFromPoint(IHTMLElement2* pThis, int x, int y, winmdroot.Foundation.
BSTR
* component)
268
public winmdroot.Foundation.
BSTR
componentFromPoint(int x, int y)
270
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
271
((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElement2*)Unsafe.AsPointer(ref this), x, y, &__retVal).ThrowOnFailure();
1172
private static winmdroot.Foundation.HRESULT setExpression(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
propname, winmdroot.Foundation.
BSTR
expression, winmdroot.Foundation.
BSTR
language)
1189
public void setExpression(winmdroot.Foundation.
BSTR
propname, winmdroot.Foundation.
BSTR
expression, winmdroot.Foundation.
BSTR
language)
1191
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, expression, language).ThrowOnFailure();
1197
private static winmdroot.Foundation.HRESULT getExpression(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
propname, winmdroot.System.Variant.VARIANT* expression)
1214
public winmdroot.System.Variant.VARIANT getExpression(winmdroot.Foundation.
BSTR
propname)
1217
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure();
1224
private static winmdroot.Foundation.HRESULT removeExpression(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
1241
public winmdroot.Foundation.VARIANT_BOOL removeExpression(winmdroot.Foundation.
BSTR
propname)
1244
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure();
1336
private static winmdroot.Foundation.HRESULT put_accessKey(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
v)
1354
internal winmdroot.Foundation.
BSTR
accessKey
1358
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1362
winmdroot.Foundation.
BSTR
__result;
1363
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1371
private static winmdroot.Foundation.HRESULT get_accessKey(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
* p)
1772
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
1773
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
1785
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1802
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1804
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLElement2*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
1810
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
1827
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
1829
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLElement2*)Unsafe.AsPointer(ref this), @event, pDisp);
2090
private static winmdroot.Foundation.HRESULT put_dir(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
v)
2108
internal winmdroot.Foundation.
BSTR
dir
2112
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2116
winmdroot.Foundation.
BSTR
__result;
2117
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2125
private static winmdroot.Foundation.HRESULT get_dir(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
* p)
2469
private static winmdroot.Foundation.HRESULT insertAdjacentElement(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
where, winmdroot.Web.MsHtml.IHTMLElement* insertedElement, winmdroot.Web.MsHtml.IHTMLElement** inserted)
2486
public unsafe winmdroot.Foundation.HRESULT insertAdjacentElement(winmdroot.Foundation.
BSTR
where, winmdroot.Web.MsHtml.IHTMLElement* insertedElement, winmdroot.Web.MsHtml.IHTMLElement** inserted)
2488
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLElement2*)Unsafe.AsPointer(ref this), where, insertedElement, inserted);
2494
private static winmdroot.Foundation.HRESULT applyElement(IHTMLElement2* pThis, winmdroot.Web.MsHtml.IHTMLElement* apply, winmdroot.Foundation.
BSTR
where, winmdroot.Web.MsHtml.IHTMLElement** applied)
2511
public unsafe winmdroot.Web.MsHtml.IHTMLElement* applyElement(winmdroot.Web.MsHtml.IHTMLElement* apply, winmdroot.Foundation.
BSTR
where)
2514
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLElement2*)Unsafe.AsPointer(ref this), apply, where, &__retVal).ThrowOnFailure();
2521
private static winmdroot.Foundation.HRESULT getAdjacentText(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
* text)
2538
public winmdroot.Foundation.
BSTR
getAdjacentText(winmdroot.Foundation.
BSTR
where)
2540
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
2541
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLElement2*)Unsafe.AsPointer(ref this), where, &__retVal).ThrowOnFailure();
2548
private static winmdroot.Foundation.HRESULT replaceAdjacentText(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
newText, winmdroot.Foundation.
BSTR
* oldText)
2565
public winmdroot.Foundation.
BSTR
replaceAdjacentText(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
newText)
2567
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
2568
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLElement2*)Unsafe.AsPointer(ref this), where, newText, &__retVal).ThrowOnFailure();
2607
/// <inheritdoc cref="addBehavior(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
2608
internal unsafe int addBehavior(winmdroot.Foundation.
BSTR
bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory)
2620
private static winmdroot.Foundation.HRESULT addBehavior(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory, int* pCookie)
2637
public unsafe int addBehavior(winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory)
2640
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLElement2*)Unsafe.AsPointer(ref this), bstrUrl, pvarFactory, &__retVal).ThrowOnFailure();
2736
private static winmdroot.Foundation.HRESULT put_tagUrn(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
v)
2754
internal winmdroot.Foundation.
BSTR
tagUrn
2758
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2762
winmdroot.Foundation.
BSTR
__result;
2763
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2771
private static winmdroot.Foundation.HRESULT get_tagUrn(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
* p)
2879
private static winmdroot.Foundation.HRESULT getElementsByTagName(IHTMLElement2* pThis, winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
2896
public unsafe winmdroot.Foundation.HRESULT getElementsByTagName(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
2898
return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLElement2*)Unsafe.AsPointer(ref this), v, pelColl);
2936
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_scopeName_8;
2946
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> componentFromPoint_13;
3012
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> setExpression_46;
3014
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getExpression_47;
3016
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeExpression_48;
3024
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_accessKey_52;
3026
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_accessKey_53;
3054
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_67;
3056
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT> detachEvent_68;
3076
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_dir_78;
3078
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_dir_79;
3102
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> insertAdjacentElement_91;
3104
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> applyElement_92;
3106
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> getAdjacentText_93;
3108
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> replaceAdjacentText_94;
3112
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> addBehavior_96;
3120
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_tagUrn_100;
3122
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_tagUrn_101;
3130
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.
BSTR
,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT> getElementsByTagName_105;
3252
winmdroot.Foundation.
BSTR
scopeName
3270
unsafe winmdroot.Foundation.HRESULT componentFromPoint(int x, int y, winmdroot.Foundation.
BSTR
* component);
3371
winmdroot.Foundation.HRESULT setExpression(winmdroot.Foundation.
BSTR
propname, winmdroot.Foundation.
BSTR
expression, winmdroot.Foundation.
BSTR
language);
3374
unsafe winmdroot.Foundation.HRESULT getExpression(winmdroot.Foundation.
BSTR
propname, winmdroot.System.Variant.VARIANT* expression);
3377
unsafe winmdroot.Foundation.HRESULT removeExpression(winmdroot.Foundation.
BSTR
propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
3388
winmdroot.Foundation.
BSTR
accessKey
3434
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
3437
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp);
3468
winmdroot.Foundation.
BSTR
dir
3508
unsafe winmdroot.Foundation.HRESULT insertAdjacentElement(winmdroot.Foundation.
BSTR
where, winmdroot.Web.MsHtml.IHTMLElement* insertedElement, winmdroot.Web.MsHtml.IHTMLElement** inserted);
3511
unsafe winmdroot.Foundation.HRESULT applyElement(winmdroot.Web.MsHtml.IHTMLElement* apply, winmdroot.Foundation.
BSTR
where, winmdroot.Web.MsHtml.IHTMLElement** applied);
3514
unsafe winmdroot.Foundation.HRESULT getAdjacentText(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
* text);
3517
unsafe winmdroot.Foundation.HRESULT replaceAdjacentText(winmdroot.Foundation.
BSTR
where, winmdroot.Foundation.
BSTR
newText, winmdroot.Foundation.
BSTR
* oldText);
3523
unsafe winmdroot.Foundation.HRESULT addBehavior(winmdroot.Foundation.
BSTR
bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory, int* pCookie);
3538
winmdroot.Foundation.
BSTR
tagUrn
3556
unsafe winmdroot.Foundation.HRESULT getElementsByTagName(winmdroot.Foundation.
BSTR
v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl);
Windows.Win32.IHTMLElement3.g.cs (16)
459
private static winmdroot.Foundation.HRESULT put_contentEditable(IHTMLElement3* pThis, winmdroot.Foundation.
BSTR
v)
477
internal winmdroot.Foundation.
BSTR
contentEditable
481
((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
485
winmdroot.Foundation.
BSTR
__result;
486
((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
494
private static winmdroot.Foundation.HRESULT get_contentEditable(IHTMLElement3* pThis, winmdroot.Foundation.
BSTR
* p)
802
/// <inheritdoc cref="fireEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/>
803
internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled)
818
private static winmdroot.Foundation.HRESULT fireEvent(IHTMLElement3* pThis, winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled)
835
public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled)
837
return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement3*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled);
1405
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_contentEditable_20;
1407
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_contentEditable_21;
1429
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_32;
1572
winmdroot.Foundation.
BSTR
contentEditable
1613
unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.
BSTR
bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled);
Windows.Win32.IHTMLElementCollection.g.cs (7)
114
private static winmdroot.Foundation.HRESULT toString(IHTMLElementCollection* pThis, winmdroot.Foundation.
BSTR
* String)
131
public winmdroot.Foundation.
BSTR
toString()
133
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
134
((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
320
internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_8;
361
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* String);
Windows.Win32.IHTMLEventObj.g.cs (12)
499
private static winmdroot.Foundation.HRESULT get_type(IHTMLEventObj* pThis, winmdroot.Foundation.
BSTR
* p)
517
internal winmdroot.Foundation.
BSTR
type
521
winmdroot.Foundation.
BSTR
__result;
522
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
530
private static winmdroot.Foundation.HRESULT get_qualifier(IHTMLEventObj* pThis, winmdroot.Foundation.
BSTR
* p)
548
internal winmdroot.Foundation.
BSTR
qualifier
552
winmdroot.Foundation.
BSTR
__result;
553
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
929
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_type_21;
931
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_qualifier_22;
1053
winmdroot.Foundation.
BSTR
type
1058
winmdroot.Foundation.
BSTR
qualifier
Windows.Win32.IHTMLFormElement.g.cs (54)
114
private static winmdroot.Foundation.HRESULT put_action(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
action
136
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_action(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
170
private static winmdroot.Foundation.HRESULT put_dir(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
dir
192
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_dir(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
226
private static winmdroot.Foundation.HRESULT put_encoding(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
244
internal winmdroot.Foundation.
BSTR
encoding
248
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
252
winmdroot.Foundation.
BSTR
__result;
253
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
261
private static winmdroot.Foundation.HRESULT get_encoding(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
282
private static winmdroot.Foundation.HRESULT put_method(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
300
internal winmdroot.Foundation.
BSTR
method
304
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
308
winmdroot.Foundation.
BSTR
__result;
309
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
317
private static winmdroot.Foundation.HRESULT get_method(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
369
private static winmdroot.Foundation.HRESULT put_target(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
387
internal winmdroot.Foundation.
BSTR
target
391
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
395
winmdroot.Foundation.
BSTR
__result;
396
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
404
private static winmdroot.Foundation.HRESULT get_target(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
425
private static winmdroot.Foundation.HRESULT put_name(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
v)
443
internal winmdroot.Foundation.
BSTR
name
447
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
451
winmdroot.Foundation.
BSTR
__result;
452
((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
460
private static winmdroot.Foundation.HRESULT get_name(IHTMLFormElement* pThis, winmdroot.Foundation.
BSTR
* p)
816
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_action_8;
818
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_action_9;
820
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_dir_10;
822
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_dir_11;
824
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_encoding_12;
826
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_encoding_13;
828
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_method_14;
830
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_method_15;
834
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_target_17;
836
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_target_18;
838
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_name_19;
840
internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_name_20;
910
winmdroot.Foundation.
BSTR
action
916
winmdroot.Foundation.
BSTR
dir
922
winmdroot.Foundation.
BSTR
encoding
928
winmdroot.Foundation.
BSTR
method
939
winmdroot.Foundation.
BSTR
target
945
winmdroot.Foundation.
BSTR
name
Windows.Win32.IHTMLFrameBase.g.cs (36)
114
private static winmdroot.Foundation.HRESULT put_src(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
src
136
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_src(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
* p)
170
private static winmdroot.Foundation.HRESULT put_name(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
name
192
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_name(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
* p)
282
private static winmdroot.Foundation.HRESULT put_frameBorder(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
v)
300
internal winmdroot.Foundation.
BSTR
frameBorder
304
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
308
winmdroot.Foundation.
BSTR
__result;
309
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
317
private static winmdroot.Foundation.HRESULT get_frameBorder(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
* p)
562
private static winmdroot.Foundation.HRESULT put_scrolling(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
v)
580
internal winmdroot.Foundation.
BSTR
scrolling
584
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
588
winmdroot.Foundation.
BSTR
__result;
589
((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
597
private static winmdroot.Foundation.HRESULT get_scrolling(IHTMLFrameBase* pThis, winmdroot.Foundation.
BSTR
* p)
650
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_src_8;
652
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_src_9;
654
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_name_10;
656
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_name_11;
662
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_frameBorder_14;
664
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_frameBorder_15;
682
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_scrolling_24;
684
internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_scrolling_25;
726
winmdroot.Foundation.
BSTR
src
732
winmdroot.Foundation.
BSTR
name
744
winmdroot.Foundation.
BSTR
frameBorder
774
winmdroot.Foundation.
BSTR
scrolling
Windows.Win32.IHTMLImgElement.g.cs (135)
170
private static winmdroot.Foundation.HRESULT put_useMap(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
useMap
192
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_useMap(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
226
private static winmdroot.Foundation.HRESULT get_mimeType(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
244
internal winmdroot.Foundation.
BSTR
mimeType
248
winmdroot.Foundation.
BSTR
__result;
249
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
257
private static winmdroot.Foundation.HRESULT get_fileSize(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
275
internal winmdroot.Foundation.
BSTR
fileSize
279
winmdroot.Foundation.
BSTR
__result;
280
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
288
private static winmdroot.Foundation.HRESULT get_fileCreatedDate(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
306
internal winmdroot.Foundation.
BSTR
fileCreatedDate
310
winmdroot.Foundation.
BSTR
__result;
311
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
319
private static winmdroot.Foundation.HRESULT get_fileModifiedDate(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
337
internal winmdroot.Foundation.
BSTR
fileModifiedDate
341
winmdroot.Foundation.
BSTR
__result;
342
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
350
private static winmdroot.Foundation.HRESULT get_fileUpdatedDate(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
368
internal winmdroot.Foundation.
BSTR
fileUpdatedDate
372
winmdroot.Foundation.
BSTR
__result;
373
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
381
private static winmdroot.Foundation.HRESULT get_protocol(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
399
internal winmdroot.Foundation.
BSTR
protocol
403
winmdroot.Foundation.
BSTR
__result;
404
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
412
private static winmdroot.Foundation.HRESULT get_href(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
430
internal winmdroot.Foundation.
BSTR
href
434
winmdroot.Foundation.
BSTR
__result;
435
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
443
private static winmdroot.Foundation.HRESULT get_nameProp(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
461
internal winmdroot.Foundation.
BSTR
nameProp
465
winmdroot.Foundation.
BSTR
__result;
466
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
642
private static winmdroot.Foundation.HRESULT put_alt(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
660
internal winmdroot.Foundation.
BSTR
alt
664
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
668
winmdroot.Foundation.
BSTR
__result;
669
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
677
private static winmdroot.Foundation.HRESULT get_alt(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
698
private static winmdroot.Foundation.HRESULT put_src(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
716
internal winmdroot.Foundation.
BSTR
src
720
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
724
winmdroot.Foundation.
BSTR
__result;
725
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
733
private static winmdroot.Foundation.HRESULT get_src(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
754
private static winmdroot.Foundation.HRESULT put_lowsrc(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
772
internal winmdroot.Foundation.
BSTR
lowsrc
776
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
780
winmdroot.Foundation.
BSTR
__result;
781
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
789
private static winmdroot.Foundation.HRESULT get_lowsrc(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
810
private static winmdroot.Foundation.HRESULT put_vrml(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
828
internal winmdroot.Foundation.
BSTR
vrml
832
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
836
winmdroot.Foundation.
BSTR
__result;
837
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
845
private static winmdroot.Foundation.HRESULT get_vrml(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
866
private static winmdroot.Foundation.HRESULT put_dynsrc(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
884
internal winmdroot.Foundation.
BSTR
dynsrc
888
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
892
winmdroot.Foundation.
BSTR
__result;
893
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
901
private static winmdroot.Foundation.HRESULT get_dynsrc(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
922
private static winmdroot.Foundation.HRESULT get_readyState(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
940
internal winmdroot.Foundation.
BSTR
readyState
944
winmdroot.Foundation.
BSTR
__result;
945
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1040
private static winmdroot.Foundation.HRESULT put_align(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
1058
internal winmdroot.Foundation.
BSTR
align
1062
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1066
winmdroot.Foundation.
BSTR
__result;
1067
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1075
private static winmdroot.Foundation.HRESULT get_align(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
1264
private static winmdroot.Foundation.HRESULT put_name(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
1282
internal winmdroot.Foundation.
BSTR
name
1286
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1290
winmdroot.Foundation.
BSTR
__result;
1291
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1299
private static winmdroot.Foundation.HRESULT get_name(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
1432
private static winmdroot.Foundation.HRESULT put_start(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
v)
1450
internal winmdroot.Foundation.
BSTR
start
1454
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1458
winmdroot.Foundation.
BSTR
__result;
1459
((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1467
private static winmdroot.Foundation.HRESULT get_start(IHTMLImgElement* pThis, winmdroot.Foundation.
BSTR
* p)
1524
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_useMap_10;
1526
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_useMap_11;
1528
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_mimeType_12;
1530
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileSize_13;
1532
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileCreatedDate_14;
1534
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileModifiedDate_15;
1536
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fileUpdatedDate_16;
1538
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_protocol_17;
1540
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_href_18;
1542
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_nameProp_19;
1556
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_alt_26;
1558
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_alt_27;
1560
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_src_28;
1562
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_src_29;
1564
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_lowsrc_30;
1566
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_lowsrc_31;
1568
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_vrml_32;
1570
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_vrml_33;
1572
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_dynsrc_34;
1574
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_dynsrc_35;
1576
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_readyState_36;
1584
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_align_40;
1586
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_align_41;
1600
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_name_48;
1602
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_name_49;
1612
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_start_54;
1614
internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_start_55;
1692
winmdroot.Foundation.
BSTR
useMap
1698
winmdroot.Foundation.
BSTR
mimeType
1703
winmdroot.Foundation.
BSTR
fileSize
1708
winmdroot.Foundation.
BSTR
fileCreatedDate
1713
winmdroot.Foundation.
BSTR
fileModifiedDate
1718
winmdroot.Foundation.
BSTR
fileUpdatedDate
1723
winmdroot.Foundation.
BSTR
protocol
1728
winmdroot.Foundation.
BSTR
href
1733
winmdroot.Foundation.
BSTR
nameProp
1756
winmdroot.Foundation.
BSTR
alt
1762
winmdroot.Foundation.
BSTR
src
1768
winmdroot.Foundation.
BSTR
lowsrc
1774
winmdroot.Foundation.
BSTR
vrml
1780
winmdroot.Foundation.
BSTR
dynsrc
1786
winmdroot.Foundation.
BSTR
readyState
1802
winmdroot.Foundation.
BSTR
align
1826
winmdroot.Foundation.
BSTR
name
1844
winmdroot.Foundation.
BSTR
start
Windows.Win32.IHTMLLocation.g.cs (90)
114
private static winmdroot.Foundation.HRESULT put_href(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
href
136
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
143
private static winmdroot.Foundation.HRESULT get_href(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
160
public unsafe winmdroot.Foundation.HRESULT get_href(winmdroot.Foundation.
BSTR
* p)
162
return ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLLocation*)Unsafe.AsPointer(ref this), p);
168
private static winmdroot.Foundation.HRESULT put_protocol(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
186
internal winmdroot.Foundation.
BSTR
protocol
190
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
194
winmdroot.Foundation.
BSTR
__result;
195
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
203
private static winmdroot.Foundation.HRESULT get_protocol(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
224
private static winmdroot.Foundation.HRESULT put_host(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
242
internal winmdroot.Foundation.
BSTR
host
246
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
250
winmdroot.Foundation.
BSTR
__result;
251
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
259
private static winmdroot.Foundation.HRESULT get_host(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
280
private static winmdroot.Foundation.HRESULT put_hostname(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
298
internal winmdroot.Foundation.
BSTR
hostname
302
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
306
winmdroot.Foundation.
BSTR
__result;
307
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
315
private static winmdroot.Foundation.HRESULT get_hostname(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
336
private static winmdroot.Foundation.HRESULT put_port(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
354
internal winmdroot.Foundation.
BSTR
port
358
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
362
winmdroot.Foundation.
BSTR
__result;
363
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
371
private static winmdroot.Foundation.HRESULT get_port(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
392
private static winmdroot.Foundation.HRESULT put_pathname(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
410
internal winmdroot.Foundation.
BSTR
pathname
414
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
418
winmdroot.Foundation.
BSTR
__result;
419
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
427
private static winmdroot.Foundation.HRESULT get_pathname(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
448
private static winmdroot.Foundation.HRESULT put_search(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
466
internal winmdroot.Foundation.
BSTR
search
470
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
474
winmdroot.Foundation.
BSTR
__result;
475
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
483
private static winmdroot.Foundation.HRESULT get_search(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
504
private static winmdroot.Foundation.HRESULT put_hash(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
v)
522
internal winmdroot.Foundation.
BSTR
hash
526
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
530
winmdroot.Foundation.
BSTR
__result;
531
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
539
private static winmdroot.Foundation.HRESULT get_hash(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* p)
585
private static winmdroot.Foundation.HRESULT replace(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
bstr)
602
public void replace(winmdroot.Foundation.
BSTR
bstr)
604
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLLocation*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
610
private static winmdroot.Foundation.HRESULT assign(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
bstr)
627
public void assign(winmdroot.Foundation.
BSTR
bstr)
629
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLLocation*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
635
private static winmdroot.Foundation.HRESULT toString(IHTMLLocation* pThis, winmdroot.Foundation.
BSTR
* @string)
652
public winmdroot.Foundation.
BSTR
toString()
654
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
655
((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
694
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_href_8;
696
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_href_9;
698
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_protocol_10;
700
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_protocol_11;
702
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_host_12;
704
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_host_13;
706
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_hostname_14;
708
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_hostname_15;
710
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_port_16;
712
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_port_17;
714
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_pathname_18;
716
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pathname_19;
718
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_search_20;
720
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_search_21;
722
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_hash_22;
724
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_hash_23;
728
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> replace_25;
730
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> assign_26;
732
internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_27;
776
winmdroot.Foundation.
BSTR
href
782
unsafe winmdroot.Foundation.HRESULT get_href(winmdroot.Foundation.
BSTR
* p);
784
winmdroot.Foundation.
BSTR
protocol
790
winmdroot.Foundation.
BSTR
host
796
winmdroot.Foundation.
BSTR
hostname
802
winmdroot.Foundation.
BSTR
port
808
winmdroot.Foundation.
BSTR
pathname
814
winmdroot.Foundation.
BSTR
search
820
winmdroot.Foundation.
BSTR
hash
830
winmdroot.Foundation.HRESULT replace(winmdroot.Foundation.
BSTR
bstr);
833
winmdroot.Foundation.HRESULT assign(winmdroot.Foundation.
BSTR
bstr);
836
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* @string);
Windows.Win32.IHTMLOpsProfile.g.cs (32)
114
private static winmdroot.Foundation.HRESULT addRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success)
131
public winmdroot.Foundation.VARIANT_BOOL addRequest(winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved)
134
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure();
191
private static winmdroot.Foundation.HRESULT getAttribute(IHTMLOpsProfile* pThis, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
* value)
208
public winmdroot.Foundation.
BSTR
getAttribute(winmdroot.Foundation.
BSTR
name)
210
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
211
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, &__retVal).ThrowOnFailure();
218
private static winmdroot.Foundation.HRESULT setAttribute(IHTMLOpsProfile* pThis, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success)
235
public winmdroot.Foundation.VARIANT_BOOL setAttribute(winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
value, winmdroot.System.Variant.VARIANT prefs)
238
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, value, prefs, &__retVal).ThrowOnFailure();
272
private static winmdroot.Foundation.HRESULT addReadRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success)
289
public winmdroot.Foundation.VARIANT_BOOL addReadRequest(winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved)
292
((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure();
383
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addRequest_8;
389
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> getAttribute_11;
391
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setAttribute_12;
395
internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addReadRequest_14;
433
unsafe winmdroot.Foundation.HRESULT addRequest(winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success);
442
unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
* value);
445
unsafe winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success);
451
unsafe winmdroot.Foundation.HRESULT addReadRequest(winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success);
Windows.Win32.IHTMLOptionElement.g.cs (18)
170
private static winmdroot.Foundation.HRESULT put_value(IHTMLOptionElement* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
value
192
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_value(IHTMLOptionElement* pThis, winmdroot.Foundation.
BSTR
* p)
338
private static winmdroot.Foundation.HRESULT put_text(IHTMLOptionElement* pThis, winmdroot.Foundation.
BSTR
v)
356
internal winmdroot.Foundation.
BSTR
text
360
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
364
winmdroot.Foundation.
BSTR
__result;
365
((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
373
private static winmdroot.Foundation.HRESULT get_text(IHTMLOptionElement* pThis, winmdroot.Foundation.
BSTR
* p)
461
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_value_10;
463
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_value_11;
473
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_text_16;
475
internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_text_17;
518
winmdroot.Foundation.
BSTR
value
536
winmdroot.Foundation.
BSTR
text
Windows.Win32.IHTMLRenderStyle.g.cs (45)
114
private static winmdroot.Foundation.HRESULT put_textLineThroughStyle(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
textLineThroughStyle
136
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_textLineThroughStyle(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
* p)
170
private static winmdroot.Foundation.HRESULT put_textUnderlineStyle(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
textUnderlineStyle
192
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_textUnderlineStyle(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
* p)
226
private static winmdroot.Foundation.HRESULT put_textEffect(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
v)
244
internal winmdroot.Foundation.
BSTR
textEffect
248
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
252
winmdroot.Foundation.
BSTR
__result;
253
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
261
private static winmdroot.Foundation.HRESULT get_textEffect(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
* p)
506
private static winmdroot.Foundation.HRESULT put_defaultTextSelection(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
v)
524
internal winmdroot.Foundation.
BSTR
defaultTextSelection
528
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
532
winmdroot.Foundation.
BSTR
__result;
533
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
541
private static winmdroot.Foundation.HRESULT get_defaultTextSelection(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
* p)
562
private static winmdroot.Foundation.HRESULT put_textDecoration(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
v)
580
internal winmdroot.Foundation.
BSTR
textDecoration
584
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
588
winmdroot.Foundation.
BSTR
__result;
589
((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
597
private static winmdroot.Foundation.HRESULT get_textDecoration(IHTMLRenderStyle* pThis, winmdroot.Foundation.
BSTR
* p)
650
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textLineThroughStyle_8;
652
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textLineThroughStyle_9;
654
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textUnderlineStyle_10;
656
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textUnderlineStyle_11;
658
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textEffect_12;
660
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textEffect_13;
678
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_defaultTextSelection_22;
680
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_defaultTextSelection_23;
682
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textDecoration_24;
684
internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textDecoration_25;
726
winmdroot.Foundation.
BSTR
textLineThroughStyle
732
winmdroot.Foundation.
BSTR
textUnderlineStyle
738
winmdroot.Foundation.
BSTR
textEffect
768
winmdroot.Foundation.
BSTR
defaultTextSelection
774
winmdroot.Foundation.
BSTR
textDecoration
Windows.Win32.IHTMLRuleStyle.g.cs (408)
114
private static winmdroot.Foundation.HRESULT put_fontFamily(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
fontFamily
136
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_fontFamily(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
170
private static winmdroot.Foundation.HRESULT put_fontStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
fontStyle
192
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_fontStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
226
private static winmdroot.Foundation.HRESULT put_fontVariant(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
244
internal winmdroot.Foundation.
BSTR
fontVariant
248
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
252
winmdroot.Foundation.
BSTR
__result;
253
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
261
private static winmdroot.Foundation.HRESULT get_fontVariant(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
282
private static winmdroot.Foundation.HRESULT put_fontWeight(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
300
internal winmdroot.Foundation.
BSTR
fontWeight
304
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
308
winmdroot.Foundation.
BSTR
__result;
309
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
317
private static winmdroot.Foundation.HRESULT get_fontWeight(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
394
private static winmdroot.Foundation.HRESULT put_font(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
412
internal winmdroot.Foundation.
BSTR
font
416
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
420
winmdroot.Foundation.
BSTR
__result;
421
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
429
private static winmdroot.Foundation.HRESULT get_font(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
506
private static winmdroot.Foundation.HRESULT put_background(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
524
internal winmdroot.Foundation.
BSTR
background
528
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
532
winmdroot.Foundation.
BSTR
__result;
533
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
541
private static winmdroot.Foundation.HRESULT get_background(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
618
private static winmdroot.Foundation.HRESULT put_backgroundImage(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
636
internal winmdroot.Foundation.
BSTR
backgroundImage
640
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
644
winmdroot.Foundation.
BSTR
__result;
645
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
653
private static winmdroot.Foundation.HRESULT get_backgroundImage(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
674
private static winmdroot.Foundation.HRESULT put_backgroundRepeat(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
692
internal winmdroot.Foundation.
BSTR
backgroundRepeat
696
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
700
winmdroot.Foundation.
BSTR
__result;
701
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
709
private static winmdroot.Foundation.HRESULT get_backgroundRepeat(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
730
private static winmdroot.Foundation.HRESULT put_backgroundAttachment(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
748
internal winmdroot.Foundation.
BSTR
backgroundAttachment
752
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
756
winmdroot.Foundation.
BSTR
__result;
757
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
765
private static winmdroot.Foundation.HRESULT get_backgroundAttachment(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
786
private static winmdroot.Foundation.HRESULT put_backgroundPosition(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
804
internal winmdroot.Foundation.
BSTR
backgroundPosition
808
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
812
winmdroot.Foundation.
BSTR
__result;
813
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
821
private static winmdroot.Foundation.HRESULT get_backgroundPosition(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1066
private static winmdroot.Foundation.HRESULT put_textDecoration(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
1084
internal winmdroot.Foundation.
BSTR
textDecoration
1088
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1092
winmdroot.Foundation.
BSTR
__result;
1093
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1101
private static winmdroot.Foundation.HRESULT get_textDecoration(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1458
private static winmdroot.Foundation.HRESULT put_textTransform(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
1476
internal winmdroot.Foundation.
BSTR
textTransform
1480
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1484
winmdroot.Foundation.
BSTR
__result;
1485
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1493
private static winmdroot.Foundation.HRESULT get_textTransform(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1514
private static winmdroot.Foundation.HRESULT put_textAlign(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
1532
internal winmdroot.Foundation.
BSTR
textAlign
1536
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1540
winmdroot.Foundation.
BSTR
__result;
1541
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1549
private static winmdroot.Foundation.HRESULT get_textAlign(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1906
private static winmdroot.Foundation.HRESULT put_margin(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
1924
internal winmdroot.Foundation.
BSTR
margin
1928
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1932
winmdroot.Foundation.
BSTR
__result;
1933
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1941
private static winmdroot.Foundation.HRESULT get_margin(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2186
private static winmdroot.Foundation.HRESULT put_padding(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2204
internal winmdroot.Foundation.
BSTR
padding
2208
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2212
winmdroot.Foundation.
BSTR
__result;
2213
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2221
private static winmdroot.Foundation.HRESULT get_padding(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2242
private static winmdroot.Foundation.HRESULT put_border(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2260
internal winmdroot.Foundation.
BSTR
border
2264
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2268
winmdroot.Foundation.
BSTR
__result;
2269
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2277
private static winmdroot.Foundation.HRESULT get_border(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2298
private static winmdroot.Foundation.HRESULT put_borderTop(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2316
internal winmdroot.Foundation.
BSTR
borderTop
2320
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2324
winmdroot.Foundation.
BSTR
__result;
2325
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2333
private static winmdroot.Foundation.HRESULT get_borderTop(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2354
private static winmdroot.Foundation.HRESULT put_borderRight(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2372
internal winmdroot.Foundation.
BSTR
borderRight
2376
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2380
winmdroot.Foundation.
BSTR
__result;
2381
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2389
private static winmdroot.Foundation.HRESULT get_borderRight(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2410
private static winmdroot.Foundation.HRESULT put_borderBottom(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2428
internal winmdroot.Foundation.
BSTR
borderBottom
2432
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2436
winmdroot.Foundation.
BSTR
__result;
2437
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2445
private static winmdroot.Foundation.HRESULT get_borderBottom(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2466
private static winmdroot.Foundation.HRESULT put_borderLeft(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2484
internal winmdroot.Foundation.
BSTR
borderLeft
2488
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2492
winmdroot.Foundation.
BSTR
__result;
2493
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2501
private static winmdroot.Foundation.HRESULT get_borderLeft(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2522
private static winmdroot.Foundation.HRESULT put_borderColor(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2540
internal winmdroot.Foundation.
BSTR
borderColor
2544
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2548
winmdroot.Foundation.
BSTR
__result;
2549
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2557
private static winmdroot.Foundation.HRESULT get_borderColor(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2802
private static winmdroot.Foundation.HRESULT put_borderWidth(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
2820
internal winmdroot.Foundation.
BSTR
borderWidth
2824
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2828
winmdroot.Foundation.
BSTR
__result;
2829
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2837
private static winmdroot.Foundation.HRESULT get_borderWidth(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3082
private static winmdroot.Foundation.HRESULT put_borderStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3100
internal winmdroot.Foundation.
BSTR
borderStyle
3104
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3108
winmdroot.Foundation.
BSTR
__result;
3109
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3117
private static winmdroot.Foundation.HRESULT get_borderStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3138
private static winmdroot.Foundation.HRESULT put_borderTopStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3156
internal winmdroot.Foundation.
BSTR
borderTopStyle
3160
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3164
winmdroot.Foundation.
BSTR
__result;
3165
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[116])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3173
private static winmdroot.Foundation.HRESULT get_borderTopStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3194
private static winmdroot.Foundation.HRESULT put_borderRightStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3212
internal winmdroot.Foundation.
BSTR
borderRightStyle
3216
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[117])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3220
winmdroot.Foundation.
BSTR
__result;
3221
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[118])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3229
private static winmdroot.Foundation.HRESULT get_borderRightStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3250
private static winmdroot.Foundation.HRESULT put_borderBottomStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3268
internal winmdroot.Foundation.
BSTR
borderBottomStyle
3272
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[119])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3276
winmdroot.Foundation.
BSTR
__result;
3277
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[120])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3285
private static winmdroot.Foundation.HRESULT get_borderBottomStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3306
private static winmdroot.Foundation.HRESULT put_borderLeftStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3324
internal winmdroot.Foundation.
BSTR
borderLeftStyle
3328
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[121])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3332
winmdroot.Foundation.
BSTR
__result;
3333
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[122])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3341
private static winmdroot.Foundation.HRESULT get_borderLeftStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3474
private static winmdroot.Foundation.HRESULT put_styleFloat(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3492
internal winmdroot.Foundation.
BSTR
styleFloat
3496
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[127])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3500
winmdroot.Foundation.
BSTR
__result;
3501
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[128])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3509
private static winmdroot.Foundation.HRESULT get_styleFloat(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3530
private static winmdroot.Foundation.HRESULT put_clear(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3548
internal winmdroot.Foundation.
BSTR
clear
3552
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[129])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3556
winmdroot.Foundation.
BSTR
__result;
3557
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[130])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3565
private static winmdroot.Foundation.HRESULT get_clear(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3586
private static winmdroot.Foundation.HRESULT put_display(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3604
internal winmdroot.Foundation.
BSTR
display
3608
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[131])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3612
winmdroot.Foundation.
BSTR
__result;
3613
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[132])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3621
private static winmdroot.Foundation.HRESULT get_display(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3642
private static winmdroot.Foundation.HRESULT put_visibility(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3660
internal winmdroot.Foundation.
BSTR
visibility
3664
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[133])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3668
winmdroot.Foundation.
BSTR
__result;
3669
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[134])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3677
private static winmdroot.Foundation.HRESULT get_visibility(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3698
private static winmdroot.Foundation.HRESULT put_listStyleType(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3716
internal winmdroot.Foundation.
BSTR
listStyleType
3720
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[135])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3724
winmdroot.Foundation.
BSTR
__result;
3725
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[136])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3733
private static winmdroot.Foundation.HRESULT get_listStyleType(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3754
private static winmdroot.Foundation.HRESULT put_listStylePosition(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3772
internal winmdroot.Foundation.
BSTR
listStylePosition
3776
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[137])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3780
winmdroot.Foundation.
BSTR
__result;
3781
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[138])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3789
private static winmdroot.Foundation.HRESULT get_listStylePosition(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3810
private static winmdroot.Foundation.HRESULT put_listStyleImage(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3828
internal winmdroot.Foundation.
BSTR
listStyleImage
3832
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[139])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3836
winmdroot.Foundation.
BSTR
__result;
3837
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[140])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3845
private static winmdroot.Foundation.HRESULT get_listStyleImage(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3866
private static winmdroot.Foundation.HRESULT put_listStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3884
internal winmdroot.Foundation.
BSTR
listStyle
3888
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[141])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3892
winmdroot.Foundation.
BSTR
__result;
3893
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[142])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3901
private static winmdroot.Foundation.HRESULT get_listStyle(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3922
private static winmdroot.Foundation.HRESULT put_whiteSpace(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
3940
internal winmdroot.Foundation.
BSTR
whiteSpace
3944
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[143])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3948
winmdroot.Foundation.
BSTR
__result;
3949
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[144])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3957
private static winmdroot.Foundation.HRESULT get_whiteSpace(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4090
private static winmdroot.Foundation.HRESULT get_position(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4108
internal winmdroot.Foundation.
BSTR
position
4112
winmdroot.Foundation.
BSTR
__result;
4113
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[149])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4177
private static winmdroot.Foundation.HRESULT put_overflow(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4195
internal winmdroot.Foundation.
BSTR
overflow
4199
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[152])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4203
winmdroot.Foundation.
BSTR
__result;
4204
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[153])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4212
private static winmdroot.Foundation.HRESULT get_overflow(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4233
private static winmdroot.Foundation.HRESULT put_pageBreakBefore(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4251
internal winmdroot.Foundation.
BSTR
pageBreakBefore
4255
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[154])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4259
winmdroot.Foundation.
BSTR
__result;
4260
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[155])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4268
private static winmdroot.Foundation.HRESULT get_pageBreakBefore(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4289
private static winmdroot.Foundation.HRESULT put_pageBreakAfter(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4307
internal winmdroot.Foundation.
BSTR
pageBreakAfter
4311
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[156])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4315
winmdroot.Foundation.
BSTR
__result;
4316
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[157])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4324
private static winmdroot.Foundation.HRESULT get_pageBreakAfter(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4345
private static winmdroot.Foundation.HRESULT put_cssText(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4363
internal winmdroot.Foundation.
BSTR
cssText
4367
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[158])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4371
winmdroot.Foundation.
BSTR
__result;
4372
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[159])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4380
private static winmdroot.Foundation.HRESULT get_cssText(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4401
private static winmdroot.Foundation.HRESULT put_cursor(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4419
internal winmdroot.Foundation.
BSTR
cursor
4423
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[160])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4427
winmdroot.Foundation.
BSTR
__result;
4428
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[161])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4436
private static winmdroot.Foundation.HRESULT get_cursor(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4457
private static winmdroot.Foundation.HRESULT put_clip(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4475
internal winmdroot.Foundation.
BSTR
clip
4479
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[162])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4483
winmdroot.Foundation.
BSTR
__result;
4484
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[163])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4492
private static winmdroot.Foundation.HRESULT get_clip(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4513
private static winmdroot.Foundation.HRESULT put_filter(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
v)
4531
internal winmdroot.Foundation.
BSTR
filter
4535
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[164])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4539
winmdroot.Foundation.
BSTR
__result;
4540
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[165])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4548
private static winmdroot.Foundation.HRESULT get_filter(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4569
private static winmdroot.Foundation.HRESULT setAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
4586
public void setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
4588
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[166])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure();
4594
private static winmdroot.Foundation.HRESULT getAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
4611
public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
4614
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[167])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
4621
private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
4638
public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
4641
((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[168])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
4680
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontFamily_8;
4682
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontFamily_9;
4684
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontStyle_10;
4686
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontStyle_11;
4688
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontVariant_12;
4690
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontVariant_13;
4692
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontWeight_14;
4694
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontWeight_15;
4700
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_font_18;
4702
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_font_19;
4708
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_background_22;
4710
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_background_23;
4716
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundImage_26;
4718
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundImage_27;
4720
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundRepeat_28;
4722
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundRepeat_29;
4724
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundAttachment_30;
4726
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundAttachment_31;
4728
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundPosition_32;
4730
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundPosition_33;
4748
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textDecoration_42;
4750
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textDecoration_43;
4776
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textTransform_56;
4778
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textTransform_57;
4780
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textAlign_58;
4782
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textAlign_59;
4808
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_margin_72;
4810
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_margin_73;
4828
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_padding_82;
4830
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_padding_83;
4832
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_border_84;
4834
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_border_85;
4836
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderTop_86;
4838
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderTop_87;
4840
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderRight_88;
4842
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderRight_89;
4844
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderBottom_90;
4846
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderBottom_91;
4848
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderLeft_92;
4850
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderLeft_93;
4852
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderColor_94;
4854
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderColor_95;
4872
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderWidth_104;
4874
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderWidth_105;
4892
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderStyle_114;
4894
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderStyle_115;
4896
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderTopStyle_116;
4898
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderTopStyle_117;
4900
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderRightStyle_118;
4902
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderRightStyle_119;
4904
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderBottomStyle_120;
4906
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderBottomStyle_121;
4908
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderLeftStyle_122;
4910
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderLeftStyle_123;
4920
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_styleFloat_128;
4922
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_styleFloat_129;
4924
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_clear_130;
4926
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_clear_131;
4928
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_display_132;
4930
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_display_133;
4932
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_visibility_134;
4934
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_visibility_135;
4936
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyleType_136;
4938
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleType_137;
4940
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStylePosition_138;
4942
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStylePosition_139;
4944
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyleImage_140;
4946
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleImage_141;
4948
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyle_142;
4950
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyle_143;
4952
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_whiteSpace_144;
4954
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_whiteSpace_145;
4964
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_position_150;
4970
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_overflow_153;
4972
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_overflow_154;
4974
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_pageBreakBefore_155;
4976
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakBefore_156;
4978
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_pageBreakAfter_157;
4980
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakAfter_158;
4982
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cssText_159;
4984
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cssText_160;
4986
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cursor_161;
4988
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cursor_162;
4990
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_clip_163;
4992
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_clip_164;
4994
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_filter_165;
4996
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_filter_166;
4998
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_167;
5000
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_168;
5002
internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_169;
5188
winmdroot.Foundation.
BSTR
fontFamily
5194
winmdroot.Foundation.
BSTR
fontStyle
5200
winmdroot.Foundation.
BSTR
fontVariant
5206
winmdroot.Foundation.
BSTR
fontWeight
5218
winmdroot.Foundation.
BSTR
font
5230
winmdroot.Foundation.
BSTR
background
5242
winmdroot.Foundation.
BSTR
backgroundImage
5248
winmdroot.Foundation.
BSTR
backgroundRepeat
5254
winmdroot.Foundation.
BSTR
backgroundAttachment
5260
winmdroot.Foundation.
BSTR
backgroundPosition
5290
winmdroot.Foundation.
BSTR
textDecoration
5332
winmdroot.Foundation.
BSTR
textTransform
5338
winmdroot.Foundation.
BSTR
textAlign
5380
winmdroot.Foundation.
BSTR
margin
5410
winmdroot.Foundation.
BSTR
padding
5416
winmdroot.Foundation.
BSTR
border
5422
winmdroot.Foundation.
BSTR
borderTop
5428
winmdroot.Foundation.
BSTR
borderRight
5434
winmdroot.Foundation.
BSTR
borderBottom
5440
winmdroot.Foundation.
BSTR
borderLeft
5446
winmdroot.Foundation.
BSTR
borderColor
5476
winmdroot.Foundation.
BSTR
borderWidth
5506
winmdroot.Foundation.
BSTR
borderStyle
5512
winmdroot.Foundation.
BSTR
borderTopStyle
5518
winmdroot.Foundation.
BSTR
borderRightStyle
5524
winmdroot.Foundation.
BSTR
borderBottomStyle
5530
winmdroot.Foundation.
BSTR
borderLeftStyle
5548
winmdroot.Foundation.
BSTR
styleFloat
5554
winmdroot.Foundation.
BSTR
clear
5560
winmdroot.Foundation.
BSTR
display
5566
winmdroot.Foundation.
BSTR
visibility
5572
winmdroot.Foundation.
BSTR
listStyleType
5578
winmdroot.Foundation.
BSTR
listStylePosition
5584
winmdroot.Foundation.
BSTR
listStyleImage
5590
winmdroot.Foundation.
BSTR
listStyle
5596
winmdroot.Foundation.
BSTR
whiteSpace
5614
winmdroot.Foundation.
BSTR
position
5625
winmdroot.Foundation.
BSTR
overflow
5631
winmdroot.Foundation.
BSTR
pageBreakBefore
5637
winmdroot.Foundation.
BSTR
pageBreakAfter
5643
winmdroot.Foundation.
BSTR
cssText
5649
winmdroot.Foundation.
BSTR
cursor
5655
winmdroot.Foundation.
BSTR
clip
5661
winmdroot.Foundation.
BSTR
filter
5668
winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags);
5671
unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
5674
unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
Windows.Win32.IHTMLSelectionObject.g.cs (6)
191
private static winmdroot.Foundation.HRESULT get_type(IHTMLSelectionObject* pThis, winmdroot.Foundation.
BSTR
* p)
209
internal winmdroot.Foundation.
BSTR
type
213
winmdroot.Foundation.
BSTR
__result;
214
((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
260
internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_type_11;
297
winmdroot.Foundation.
BSTR
type
Windows.Win32.IHTMLStyle.g.cs (416)
114
private static winmdroot.Foundation.HRESULT put_fontFamily(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
fontFamily
136
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_fontFamily(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
170
private static winmdroot.Foundation.HRESULT put_fontStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
188
internal winmdroot.Foundation.
BSTR
fontStyle
192
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
196
winmdroot.Foundation.
BSTR
__result;
197
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
205
private static winmdroot.Foundation.HRESULT get_fontStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
226
private static winmdroot.Foundation.HRESULT put_fontVariant(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
244
internal winmdroot.Foundation.
BSTR
fontVariant
248
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
252
winmdroot.Foundation.
BSTR
__result;
253
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
261
private static winmdroot.Foundation.HRESULT get_fontVariant(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
282
private static winmdroot.Foundation.HRESULT put_fontWeight(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
300
internal winmdroot.Foundation.
BSTR
fontWeight
304
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
308
winmdroot.Foundation.
BSTR
__result;
309
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
317
private static winmdroot.Foundation.HRESULT get_fontWeight(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
394
private static winmdroot.Foundation.HRESULT put_font(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
412
internal winmdroot.Foundation.
BSTR
font
416
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
420
winmdroot.Foundation.
BSTR
__result;
421
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
429
private static winmdroot.Foundation.HRESULT get_font(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
506
private static winmdroot.Foundation.HRESULT put_background(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
524
internal winmdroot.Foundation.
BSTR
background
528
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
532
winmdroot.Foundation.
BSTR
__result;
533
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
541
private static winmdroot.Foundation.HRESULT get_background(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
618
private static winmdroot.Foundation.HRESULT put_backgroundImage(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
636
internal winmdroot.Foundation.
BSTR
backgroundImage
640
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
644
winmdroot.Foundation.
BSTR
__result;
645
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
653
private static winmdroot.Foundation.HRESULT get_backgroundImage(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
674
private static winmdroot.Foundation.HRESULT put_backgroundRepeat(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
692
internal winmdroot.Foundation.
BSTR
backgroundRepeat
696
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
700
winmdroot.Foundation.
BSTR
__result;
701
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
709
private static winmdroot.Foundation.HRESULT get_backgroundRepeat(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
730
private static winmdroot.Foundation.HRESULT put_backgroundAttachment(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
748
internal winmdroot.Foundation.
BSTR
backgroundAttachment
752
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
756
winmdroot.Foundation.
BSTR
__result;
757
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
765
private static winmdroot.Foundation.HRESULT get_backgroundAttachment(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
786
private static winmdroot.Foundation.HRESULT put_backgroundPosition(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
804
internal winmdroot.Foundation.
BSTR
backgroundPosition
808
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
812
winmdroot.Foundation.
BSTR
__result;
813
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
821
private static winmdroot.Foundation.HRESULT get_backgroundPosition(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1066
private static winmdroot.Foundation.HRESULT put_textDecoration(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
1084
internal winmdroot.Foundation.
BSTR
textDecoration
1088
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1092
winmdroot.Foundation.
BSTR
__result;
1093
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1101
private static winmdroot.Foundation.HRESULT get_textDecoration(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1458
private static winmdroot.Foundation.HRESULT put_textTransform(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
1476
internal winmdroot.Foundation.
BSTR
textTransform
1480
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1484
winmdroot.Foundation.
BSTR
__result;
1485
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1493
private static winmdroot.Foundation.HRESULT get_textTransform(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1514
private static winmdroot.Foundation.HRESULT put_textAlign(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
1532
internal winmdroot.Foundation.
BSTR
textAlign
1536
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1540
winmdroot.Foundation.
BSTR
__result;
1541
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1549
private static winmdroot.Foundation.HRESULT get_textAlign(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
1906
private static winmdroot.Foundation.HRESULT put_margin(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
1924
internal winmdroot.Foundation.
BSTR
margin
1928
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1932
winmdroot.Foundation.
BSTR
__result;
1933
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1941
private static winmdroot.Foundation.HRESULT get_margin(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2186
private static winmdroot.Foundation.HRESULT put_padding(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2204
internal winmdroot.Foundation.
BSTR
padding
2208
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2212
winmdroot.Foundation.
BSTR
__result;
2213
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2221
private static winmdroot.Foundation.HRESULT get_padding(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2242
private static winmdroot.Foundation.HRESULT put_border(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2260
internal winmdroot.Foundation.
BSTR
border
2264
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2268
winmdroot.Foundation.
BSTR
__result;
2269
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2277
private static winmdroot.Foundation.HRESULT get_border(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2298
private static winmdroot.Foundation.HRESULT put_borderTop(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2316
internal winmdroot.Foundation.
BSTR
borderTop
2320
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2324
winmdroot.Foundation.
BSTR
__result;
2325
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2333
private static winmdroot.Foundation.HRESULT get_borderTop(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2354
private static winmdroot.Foundation.HRESULT put_borderRight(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2372
internal winmdroot.Foundation.
BSTR
borderRight
2376
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2380
winmdroot.Foundation.
BSTR
__result;
2381
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2389
private static winmdroot.Foundation.HRESULT get_borderRight(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2410
private static winmdroot.Foundation.HRESULT put_borderBottom(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2428
internal winmdroot.Foundation.
BSTR
borderBottom
2432
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2436
winmdroot.Foundation.
BSTR
__result;
2437
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2445
private static winmdroot.Foundation.HRESULT get_borderBottom(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2466
private static winmdroot.Foundation.HRESULT put_borderLeft(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2484
internal winmdroot.Foundation.
BSTR
borderLeft
2488
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2492
winmdroot.Foundation.
BSTR
__result;
2493
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2501
private static winmdroot.Foundation.HRESULT get_borderLeft(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2522
private static winmdroot.Foundation.HRESULT put_borderColor(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2540
internal winmdroot.Foundation.
BSTR
borderColor
2544
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2548
winmdroot.Foundation.
BSTR
__result;
2549
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2557
private static winmdroot.Foundation.HRESULT get_borderColor(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
2802
private static winmdroot.Foundation.HRESULT put_borderWidth(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
2820
internal winmdroot.Foundation.
BSTR
borderWidth
2824
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2828
winmdroot.Foundation.
BSTR
__result;
2829
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2837
private static winmdroot.Foundation.HRESULT get_borderWidth(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3082
private static winmdroot.Foundation.HRESULT put_borderStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3100
internal winmdroot.Foundation.
BSTR
borderStyle
3104
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3108
winmdroot.Foundation.
BSTR
__result;
3109
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3117
private static winmdroot.Foundation.HRESULT get_borderStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3138
private static winmdroot.Foundation.HRESULT put_borderTopStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3156
internal winmdroot.Foundation.
BSTR
borderTopStyle
3160
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3164
winmdroot.Foundation.
BSTR
__result;
3165
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[116])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3173
private static winmdroot.Foundation.HRESULT get_borderTopStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3194
private static winmdroot.Foundation.HRESULT put_borderRightStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3212
internal winmdroot.Foundation.
BSTR
borderRightStyle
3216
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[117])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3220
winmdroot.Foundation.
BSTR
__result;
3221
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[118])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3229
private static winmdroot.Foundation.HRESULT get_borderRightStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3250
private static winmdroot.Foundation.HRESULT put_borderBottomStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3268
internal winmdroot.Foundation.
BSTR
borderBottomStyle
3272
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[119])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3276
winmdroot.Foundation.
BSTR
__result;
3277
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[120])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3285
private static winmdroot.Foundation.HRESULT get_borderBottomStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3306
private static winmdroot.Foundation.HRESULT put_borderLeftStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3324
internal winmdroot.Foundation.
BSTR
borderLeftStyle
3328
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[121])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3332
winmdroot.Foundation.
BSTR
__result;
3333
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[122])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3341
private static winmdroot.Foundation.HRESULT get_borderLeftStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3474
private static winmdroot.Foundation.HRESULT put_styleFloat(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3492
internal winmdroot.Foundation.
BSTR
styleFloat
3496
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[127])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3500
winmdroot.Foundation.
BSTR
__result;
3501
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[128])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3509
private static winmdroot.Foundation.HRESULT get_styleFloat(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3530
private static winmdroot.Foundation.HRESULT put_clear(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3548
internal winmdroot.Foundation.
BSTR
clear
3552
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[129])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3556
winmdroot.Foundation.
BSTR
__result;
3557
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[130])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3565
private static winmdroot.Foundation.HRESULT get_clear(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3586
private static winmdroot.Foundation.HRESULT put_display(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3604
internal winmdroot.Foundation.
BSTR
display
3608
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[131])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3612
winmdroot.Foundation.
BSTR
__result;
3613
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[132])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3621
private static winmdroot.Foundation.HRESULT get_display(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3642
private static winmdroot.Foundation.HRESULT put_visibility(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3660
internal winmdroot.Foundation.
BSTR
visibility
3664
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[133])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3668
winmdroot.Foundation.
BSTR
__result;
3669
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[134])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3677
private static winmdroot.Foundation.HRESULT get_visibility(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3698
private static winmdroot.Foundation.HRESULT put_listStyleType(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3716
internal winmdroot.Foundation.
BSTR
listStyleType
3720
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[135])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3724
winmdroot.Foundation.
BSTR
__result;
3725
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[136])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3733
private static winmdroot.Foundation.HRESULT get_listStyleType(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3754
private static winmdroot.Foundation.HRESULT put_listStylePosition(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3772
internal winmdroot.Foundation.
BSTR
listStylePosition
3776
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[137])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3780
winmdroot.Foundation.
BSTR
__result;
3781
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[138])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3789
private static winmdroot.Foundation.HRESULT get_listStylePosition(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3810
private static winmdroot.Foundation.HRESULT put_listStyleImage(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3828
internal winmdroot.Foundation.
BSTR
listStyleImage
3832
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[139])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3836
winmdroot.Foundation.
BSTR
__result;
3837
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[140])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3845
private static winmdroot.Foundation.HRESULT get_listStyleImage(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3866
private static winmdroot.Foundation.HRESULT put_listStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3884
internal winmdroot.Foundation.
BSTR
listStyle
3888
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[141])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3892
winmdroot.Foundation.
BSTR
__result;
3893
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[142])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3901
private static winmdroot.Foundation.HRESULT get_listStyle(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
3922
private static winmdroot.Foundation.HRESULT put_whiteSpace(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
3940
internal winmdroot.Foundation.
BSTR
whiteSpace
3944
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[143])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
3948
winmdroot.Foundation.
BSTR
__result;
3949
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[144])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3957
private static winmdroot.Foundation.HRESULT get_whiteSpace(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4090
private static winmdroot.Foundation.HRESULT get_position(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4108
internal winmdroot.Foundation.
BSTR
position
4112
winmdroot.Foundation.
BSTR
__result;
4113
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[149])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4177
private static winmdroot.Foundation.HRESULT put_overflow(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4195
internal winmdroot.Foundation.
BSTR
overflow
4199
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[152])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4203
winmdroot.Foundation.
BSTR
__result;
4204
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[153])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4212
private static winmdroot.Foundation.HRESULT get_overflow(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4233
private static winmdroot.Foundation.HRESULT put_pageBreakBefore(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4251
internal winmdroot.Foundation.
BSTR
pageBreakBefore
4255
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[154])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4259
winmdroot.Foundation.
BSTR
__result;
4260
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[155])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4268
private static winmdroot.Foundation.HRESULT get_pageBreakBefore(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4289
private static winmdroot.Foundation.HRESULT put_pageBreakAfter(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4307
internal winmdroot.Foundation.
BSTR
pageBreakAfter
4311
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[156])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4315
winmdroot.Foundation.
BSTR
__result;
4316
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[157])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4324
private static winmdroot.Foundation.HRESULT get_pageBreakAfter(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4345
private static winmdroot.Foundation.HRESULT put_cssText(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4362
public winmdroot.Foundation.HRESULT put_cssText(winmdroot.Foundation.
BSTR
v)
4364
return ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[158])((IHTMLStyle*)Unsafe.AsPointer(ref this), v);
4370
private static winmdroot.Foundation.HRESULT get_cssText(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4387
public unsafe winmdroot.Foundation.HRESULT get_cssText(winmdroot.Foundation.
BSTR
* p)
4389
return ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[159])((IHTMLStyle*)Unsafe.AsPointer(ref this), p);
4843
private static winmdroot.Foundation.HRESULT put_cursor(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4861
internal winmdroot.Foundation.
BSTR
cursor
4865
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[176])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4869
winmdroot.Foundation.
BSTR
__result;
4870
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[177])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4878
private static winmdroot.Foundation.HRESULT get_cursor(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4899
private static winmdroot.Foundation.HRESULT put_clip(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4917
internal winmdroot.Foundation.
BSTR
clip
4921
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[178])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4925
winmdroot.Foundation.
BSTR
__result;
4926
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[179])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4934
private static winmdroot.Foundation.HRESULT get_clip(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
4955
private static winmdroot.Foundation.HRESULT put_filter(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
v)
4973
internal winmdroot.Foundation.
BSTR
filter
4977
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[180])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
4981
winmdroot.Foundation.
BSTR
__result;
4982
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[181])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
4990
private static winmdroot.Foundation.HRESULT get_filter(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* p)
5011
private static winmdroot.Foundation.HRESULT setAttribute(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
5028
public void setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
5030
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[182])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure();
5036
private static winmdroot.Foundation.HRESULT getAttribute(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
5053
public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
5056
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[183])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
5063
private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
5080
public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags)
5083
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[184])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
5090
private static winmdroot.Foundation.HRESULT toString(IHTMLStyle* pThis, winmdroot.Foundation.
BSTR
* String)
5107
public winmdroot.Foundation.
BSTR
toString()
5109
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
5110
((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[185])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
5149
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontFamily_8;
5151
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontFamily_9;
5153
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontStyle_10;
5155
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontStyle_11;
5157
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontVariant_12;
5159
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontVariant_13;
5161
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_fontWeight_14;
5163
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_fontWeight_15;
5169
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_font_18;
5171
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_font_19;
5177
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_background_22;
5179
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_background_23;
5185
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundImage_26;
5187
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundImage_27;
5189
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundRepeat_28;
5191
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundRepeat_29;
5193
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundAttachment_30;
5195
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundAttachment_31;
5197
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_backgroundPosition_32;
5199
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_backgroundPosition_33;
5217
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textDecoration_42;
5219
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textDecoration_43;
5245
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textTransform_56;
5247
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textTransform_57;
5249
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_textAlign_58;
5251
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_textAlign_59;
5277
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_margin_72;
5279
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_margin_73;
5297
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_padding_82;
5299
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_padding_83;
5301
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_border_84;
5303
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_border_85;
5305
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderTop_86;
5307
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderTop_87;
5309
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderRight_88;
5311
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderRight_89;
5313
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderBottom_90;
5315
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderBottom_91;
5317
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderLeft_92;
5319
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderLeft_93;
5321
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderColor_94;
5323
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderColor_95;
5341
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderWidth_104;
5343
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderWidth_105;
5361
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderStyle_114;
5363
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderStyle_115;
5365
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderTopStyle_116;
5367
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderTopStyle_117;
5369
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderRightStyle_118;
5371
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderRightStyle_119;
5373
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderBottomStyle_120;
5375
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderBottomStyle_121;
5377
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_borderLeftStyle_122;
5379
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_borderLeftStyle_123;
5389
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_styleFloat_128;
5391
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_styleFloat_129;
5393
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_clear_130;
5395
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_clear_131;
5397
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_display_132;
5399
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_display_133;
5401
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_visibility_134;
5403
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_visibility_135;
5405
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyleType_136;
5407
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleType_137;
5409
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStylePosition_138;
5411
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStylePosition_139;
5413
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyleImage_140;
5415
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyleImage_141;
5417
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_listStyle_142;
5419
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_listStyle_143;
5421
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_whiteSpace_144;
5423
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_whiteSpace_145;
5433
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_position_150;
5439
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_overflow_153;
5441
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_overflow_154;
5443
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_pageBreakBefore_155;
5445
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakBefore_156;
5447
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_pageBreakAfter_157;
5449
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_pageBreakAfter_158;
5451
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cssText_159;
5453
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cssText_160;
5487
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cursor_177;
5489
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cursor_178;
5491
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_clip_179;
5493
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_clip_180;
5495
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_filter_181;
5497
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_filter_182;
5499
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_183;
5501
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_184;
5503
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_185;
5505
internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_186;
5708
winmdroot.Foundation.
BSTR
fontFamily
5714
winmdroot.Foundation.
BSTR
fontStyle
5720
winmdroot.Foundation.
BSTR
fontVariant
5726
winmdroot.Foundation.
BSTR
fontWeight
5738
winmdroot.Foundation.
BSTR
font
5750
winmdroot.Foundation.
BSTR
background
5762
winmdroot.Foundation.
BSTR
backgroundImage
5768
winmdroot.Foundation.
BSTR
backgroundRepeat
5774
winmdroot.Foundation.
BSTR
backgroundAttachment
5780
winmdroot.Foundation.
BSTR
backgroundPosition
5810
winmdroot.Foundation.
BSTR
textDecoration
5852
winmdroot.Foundation.
BSTR
textTransform
5858
winmdroot.Foundation.
BSTR
textAlign
5900
winmdroot.Foundation.
BSTR
margin
5930
winmdroot.Foundation.
BSTR
padding
5936
winmdroot.Foundation.
BSTR
border
5942
winmdroot.Foundation.
BSTR
borderTop
5948
winmdroot.Foundation.
BSTR
borderRight
5954
winmdroot.Foundation.
BSTR
borderBottom
5960
winmdroot.Foundation.
BSTR
borderLeft
5966
winmdroot.Foundation.
BSTR
borderColor
5996
winmdroot.Foundation.
BSTR
borderWidth
6026
winmdroot.Foundation.
BSTR
borderStyle
6032
winmdroot.Foundation.
BSTR
borderTopStyle
6038
winmdroot.Foundation.
BSTR
borderRightStyle
6044
winmdroot.Foundation.
BSTR
borderBottomStyle
6050
winmdroot.Foundation.
BSTR
borderLeftStyle
6068
winmdroot.Foundation.
BSTR
styleFloat
6074
winmdroot.Foundation.
BSTR
clear
6080
winmdroot.Foundation.
BSTR
display
6086
winmdroot.Foundation.
BSTR
visibility
6092
winmdroot.Foundation.
BSTR
listStyleType
6098
winmdroot.Foundation.
BSTR
listStylePosition
6104
winmdroot.Foundation.
BSTR
listStyleImage
6110
winmdroot.Foundation.
BSTR
listStyle
6116
winmdroot.Foundation.
BSTR
whiteSpace
6134
winmdroot.Foundation.
BSTR
position
6145
winmdroot.Foundation.
BSTR
overflow
6151
winmdroot.Foundation.
BSTR
pageBreakBefore
6157
winmdroot.Foundation.
BSTR
pageBreakAfter
6164
winmdroot.Foundation.HRESULT put_cssText(winmdroot.Foundation.
BSTR
v);
6167
unsafe winmdroot.Foundation.HRESULT get_cssText(winmdroot.Foundation.
BSTR
* p);
6217
winmdroot.Foundation.
BSTR
cursor
6223
winmdroot.Foundation.
BSTR
clip
6229
winmdroot.Foundation.
BSTR
filter
6236
winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.
BSTR
strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags);
6239
unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
6242
unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
6245
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* String);
Windows.Win32.IHTMLStyleSheet.g.cs (63)
114
private static winmdroot.Foundation.HRESULT put_title(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
title
136
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_title(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
350
private static winmdroot.Foundation.HRESULT put_href(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
v)
368
internal winmdroot.Foundation.
BSTR
href
372
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
376
winmdroot.Foundation.
BSTR
__result;
377
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
385
private static winmdroot.Foundation.HRESULT get_href(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
406
private static winmdroot.Foundation.HRESULT get_type(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
424
internal winmdroot.Foundation.
BSTR
type
428
winmdroot.Foundation.
BSTR
__result;
429
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
437
private static winmdroot.Foundation.HRESULT get_id(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
455
internal winmdroot.Foundation.
BSTR
id
459
winmdroot.Foundation.
BSTR
__result;
460
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
468
private static winmdroot.Foundation.HRESULT addImport(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
bstrURL, int lIndex, int* plIndex)
485
public int addImport(winmdroot.Foundation.
BSTR
bstrURL, int lIndex)
488
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), bstrURL, lIndex, &__retVal).ThrowOnFailure();
495
private static winmdroot.Foundation.HRESULT addRule(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
bstrSelector, winmdroot.Foundation.
BSTR
bstrStyle, int lIndex, int* plNewIndex)
512
public int addRule(winmdroot.Foundation.
BSTR
bstrSelector, winmdroot.Foundation.
BSTR
bstrStyle, int lIndex)
515
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), bstrSelector, bstrStyle, lIndex, &__retVal).ThrowOnFailure();
572
private static winmdroot.Foundation.HRESULT put_media(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
v)
590
internal winmdroot.Foundation.
BSTR
media
594
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
598
winmdroot.Foundation.
BSTR
__result;
599
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
607
private static winmdroot.Foundation.HRESULT get_media(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
628
private static winmdroot.Foundation.HRESULT put_cssText(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
v)
646
internal winmdroot.Foundation.
BSTR
cssText
650
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
654
winmdroot.Foundation.
BSTR
__result;
655
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
663
private static winmdroot.Foundation.HRESULT get_cssText(IHTMLStyleSheet* pThis, winmdroot.Foundation.
BSTR
* p)
747
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_title_8;
749
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_title_9;
763
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_href_16;
765
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_href_17;
767
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_type_18;
769
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_id_19;
771
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,int ,int* ,winmdroot.Foundation.HRESULT> addImport_20;
773
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,int ,int* ,winmdroot.Foundation.HRESULT> addRule_21;
779
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_media_24;
781
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_media_25;
783
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_cssText_26;
785
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cssText_27;
832
winmdroot.Foundation.
BSTR
title
864
winmdroot.Foundation.
BSTR
href
870
winmdroot.Foundation.
BSTR
type
875
winmdroot.Foundation.
BSTR
id
881
unsafe winmdroot.Foundation.HRESULT addImport(winmdroot.Foundation.
BSTR
bstrURL, int lIndex, int* plIndex);
884
unsafe winmdroot.Foundation.HRESULT addRule(winmdroot.Foundation.
BSTR
bstrSelector, winmdroot.Foundation.
BSTR
bstrStyle, int lIndex, int* plNewIndex);
892
winmdroot.Foundation.
BSTR
media
898
winmdroot.Foundation.
BSTR
cssText
Windows.Win32.IHTMLStyleSheetRule.g.cs (9)
114
private static winmdroot.Foundation.HRESULT put_selectorText(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.
BSTR
v)
132
internal winmdroot.Foundation.
BSTR
selectorText
136
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
140
winmdroot.Foundation.
BSTR
__result;
141
((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
149
private static winmdroot.Foundation.HRESULT get_selectorText(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.
BSTR
* p)
264
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_selectorText_8;
266
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_selectorText_9;
298
winmdroot.Foundation.
BSTR
selectorText
Windows.Win32.IHTMLWindow2.g.cs (123)
211
private static winmdroot.Foundation.HRESULT put_defaultStatus(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
v)
229
internal winmdroot.Foundation.
BSTR
defaultStatus
233
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
237
winmdroot.Foundation.
BSTR
__result;
238
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
246
private static winmdroot.Foundation.HRESULT get_defaultStatus(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
* p)
267
private static winmdroot.Foundation.HRESULT put_status(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
v)
284
public winmdroot.Foundation.HRESULT put_status(winmdroot.Foundation.
BSTR
v)
286
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLWindow2*)Unsafe.AsPointer(ref this), v);
292
private static winmdroot.Foundation.HRESULT get_status(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
* p)
309
public unsafe winmdroot.Foundation.HRESULT get_status(winmdroot.Foundation.
BSTR
* p)
311
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p);
314
/// <inheritdoc cref="setTimeout(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
315
internal unsafe int setTimeout(winmdroot.Foundation.
BSTR
expression, int msec, in winmdroot.System.Variant.VARIANT language)
327
private static winmdroot.Foundation.HRESULT setTimeout(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
344
public unsafe int setTimeout(winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language)
347
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure();
379
private static winmdroot.Foundation.HRESULT alert(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
message)
396
public winmdroot.Foundation.HRESULT alert(winmdroot.Foundation.
BSTR
message)
398
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLWindow2*)Unsafe.AsPointer(ref this), message);
401
/// <inheritdoc cref="confirm(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
402
internal unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.
BSTR
message, out winmdroot.Foundation.VARIANT_BOOL confirmed)
414
private static winmdroot.Foundation.HRESULT confirm(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.VARIANT_BOOL* confirmed)
431
public unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.VARIANT_BOOL* confirmed)
433
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLWindow2*)Unsafe.AsPointer(ref this), message, confirmed);
436
/// <inheritdoc cref="prompt(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
437
internal unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.
BSTR
defstr, out winmdroot.System.Variant.VARIANT textdata)
449
private static winmdroot.Foundation.HRESULT prompt(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.
BSTR
defstr, winmdroot.System.Variant.VARIANT* textdata)
466
public unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.
BSTR
defstr, winmdroot.System.Variant.VARIANT* textdata)
468
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLWindow2*)Unsafe.AsPointer(ref this), message, defstr, textdata);
675
private static winmdroot.Foundation.HRESULT put_name(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
v)
692
public winmdroot.Foundation.HRESULT put_name(winmdroot.Foundation.
BSTR
v)
694
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLWindow2*)Unsafe.AsPointer(ref this), v);
700
private static winmdroot.Foundation.HRESULT get_name(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
* p)
717
public unsafe winmdroot.Foundation.HRESULT get_name(winmdroot.Foundation.
BSTR
* p)
719
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p);
750
private static winmdroot.Foundation.HRESULT open(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
url, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult)
767
public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.
BSTR
url, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult)
769
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLWindow2*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult);
868
private static winmdroot.Foundation.HRESULT navigate(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
url)
885
public winmdroot.Foundation.HRESULT navigate(winmdroot.Foundation.
BSTR
url)
887
return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLWindow2*)Unsafe.AsPointer(ref this), url);
1481
/// <inheritdoc cref="showModalDialog(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
1482
internal unsafe winmdroot.System.Variant.VARIANT showModalDialog(winmdroot.Foundation.
BSTR
dialog, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT varOptions)
1497
private static winmdroot.Foundation.HRESULT showModalDialog(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions, winmdroot.System.Variant.VARIANT* varArgOut)
1514
public unsafe winmdroot.System.Variant.VARIANT showModalDialog(winmdroot.Foundation.
BSTR
dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions)
1517
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLWindow2*)Unsafe.AsPointer(ref this), dialog, varArgIn, varOptions, &__retVal).ThrowOnFailure();
1524
private static winmdroot.Foundation.HRESULT showHelp(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.
BSTR
features)
1541
public void showHelp(winmdroot.Foundation.
BSTR
helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.
BSTR
features)
1543
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLWindow2*)Unsafe.AsPointer(ref this), helpURL, helpArg, features).ThrowOnFailure();
1749
/// <inheritdoc cref="setInterval(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
1750
internal unsafe int setInterval(winmdroot.Foundation.
BSTR
expression, int msec, in winmdroot.System.Variant.VARIANT language)
1762
private static winmdroot.Foundation.HRESULT setInterval(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
1779
public unsafe int setInterval(winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language)
1782
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure();
1870
private static winmdroot.Foundation.HRESULT execScript(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
code, winmdroot.Foundation.
BSTR
language, winmdroot.System.Variant.VARIANT* pvarRet)
1887
public winmdroot.System.Variant.VARIANT execScript(winmdroot.Foundation.
BSTR
code, winmdroot.Foundation.
BSTR
language)
1890
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLWindow2*)Unsafe.AsPointer(ref this), code, language, &__retVal).ThrowOnFailure();
1897
private static winmdroot.Foundation.HRESULT toString(IHTMLWindow2* pThis, winmdroot.Foundation.
BSTR
* String)
1914
public winmdroot.Foundation.
BSTR
toString()
1916
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
1917
((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
2143
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_defaultStatus_11;
2145
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_defaultStatus_12;
2147
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_status_13;
2149
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_status_14;
2151
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setTimeout_15;
2155
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> alert_17;
2157
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> confirm_18;
2159
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> prompt_19;
2175
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_name_27;
2177
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_name_28;
2181
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT> open_30;
2189
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> navigate_34;
2233
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> showModalDialog_56;
2235
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> showHelp_57;
2251
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setInterval_65;
2259
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> execScript_69;
2261
internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_70;
2378
winmdroot.Foundation.
BSTR
defaultStatus
2385
winmdroot.Foundation.HRESULT put_status(winmdroot.Foundation.
BSTR
v);
2388
unsafe winmdroot.Foundation.HRESULT get_status(winmdroot.Foundation.
BSTR
* p);
2391
unsafe winmdroot.Foundation.HRESULT setTimeout(winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID);
2397
winmdroot.Foundation.HRESULT alert(winmdroot.Foundation.
BSTR
message);
2400
unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.VARIANT_BOOL* confirmed);
2403
unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.
BSTR
defstr, winmdroot.System.Variant.VARIANT* textdata);
2433
winmdroot.Foundation.HRESULT put_name(winmdroot.Foundation.
BSTR
v);
2436
unsafe winmdroot.Foundation.HRESULT get_name(winmdroot.Foundation.
BSTR
* p);
2442
unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.
BSTR
url, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult);
2460
winmdroot.Foundation.HRESULT navigate(winmdroot.Foundation.
BSTR
url);
2530
unsafe winmdroot.Foundation.HRESULT showModalDialog(winmdroot.Foundation.
BSTR
dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions, winmdroot.System.Variant.VARIANT* varArgOut);
2533
winmdroot.Foundation.HRESULT showHelp(winmdroot.Foundation.
BSTR
helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.
BSTR
features);
2563
unsafe winmdroot.Foundation.HRESULT setInterval(winmdroot.Foundation.
BSTR
expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID);
2575
unsafe winmdroot.Foundation.HRESULT execScript(winmdroot.Foundation.
BSTR
code, winmdroot.Foundation.
BSTR
language, winmdroot.System.Variant.VARIANT* pvarRet);
2578
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* String);
Windows.Win32.IHTMLWindow3.g.cs (19)
181
/// <inheritdoc cref="attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
182
internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
194
private static winmdroot.Foundation.HRESULT attachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
211
public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
213
return ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLWindow3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
219
private static winmdroot.Foundation.HRESULT detachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
236
public unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp)
238
return ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLWindow3*)Unsafe.AsPointer(ref this), @event, pDisp);
489
/// <inheritdoc cref="showModelessDialog(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
490
internal unsafe winmdroot.Web.MsHtml.IHTMLWindow2* showModelessDialog(winmdroot.Foundation.
BSTR
url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options)
505
private static winmdroot.Foundation.HRESULT showModelessDialog(IHTMLWindow3* pThis, winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog)
522
public unsafe winmdroot.Web.MsHtml.IHTMLWindow2* showModelessDialog(winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options)
525
((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLWindow3*)Unsafe.AsPointer(ref this), url, varArgIn, options, &__retVal).ThrowOnFailure();
568
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_10;
570
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT> detachEvent_11;
588
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT> showModelessDialog_20;
632
unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
635
unsafe winmdroot.Foundation.HRESULT detachEvent(winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp);
664
unsafe winmdroot.Foundation.HRESULT showModelessDialog(winmdroot.Foundation.
BSTR
url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog);
Windows.Win32.ILegacyIAccessibleProvider.g.cs (30)
244
private static winmdroot.Foundation.HRESULT get_Name(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszName)
265
public unsafe winmdroot.Foundation.HRESULT get_Name(winmdroot.Foundation.
BSTR
* pszName)
267
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszName);
273
private static winmdroot.Foundation.HRESULT get_Value(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszValue)
294
public unsafe winmdroot.Foundation.HRESULT get_Value(winmdroot.Foundation.
BSTR
* pszValue)
296
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszValue);
302
private static winmdroot.Foundation.HRESULT get_Description(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszDescription)
323
public unsafe winmdroot.Foundation.HRESULT get_Description(winmdroot.Foundation.
BSTR
* pszDescription)
325
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszDescription);
409
private static winmdroot.Foundation.HRESULT get_Help(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszHelp)
430
public unsafe winmdroot.Foundation.HRESULT get_Help(winmdroot.Foundation.
BSTR
* pszHelp)
432
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszHelp);
438
private static winmdroot.Foundation.HRESULT get_KeyboardShortcut(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszKeyboardShortcut)
459
public unsafe winmdroot.Foundation.HRESULT get_KeyboardShortcut(winmdroot.Foundation.
BSTR
* pszKeyboardShortcut)
461
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszKeyboardShortcut);
501
private static winmdroot.Foundation.HRESULT get_DefaultAction(ILegacyIAccessibleProvider* pThis, winmdroot.Foundation.
BSTR
* pszDefaultAction)
522
public unsafe winmdroot.Foundation.HRESULT get_DefaultAction(winmdroot.Foundation.
BSTR
* pszDefaultAction)
524
return ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), pszDefaultAction);
564
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Name_9;
566
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Value_10;
568
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Description_11;
574
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Help_14;
576
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_KeyboardShortcut_15;
580
internal delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_DefaultAction_17;
635
unsafe winmdroot.Foundation.HRESULT get_Name(winmdroot.Foundation.
BSTR
* pszName);
638
unsafe winmdroot.Foundation.HRESULT get_Value(winmdroot.Foundation.
BSTR
* pszValue);
641
unsafe winmdroot.Foundation.HRESULT get_Description(winmdroot.Foundation.
BSTR
* pszDescription);
650
unsafe winmdroot.Foundation.HRESULT get_Help(winmdroot.Foundation.
BSTR
* pszHelp);
653
unsafe winmdroot.Foundation.HRESULT get_KeyboardShortcut(winmdroot.Foundation.
BSTR
* pszKeyboardShortcut);
659
unsafe winmdroot.Foundation.HRESULT get_DefaultAction(winmdroot.Foundation.
BSTR
* pszDefaultAction);
Windows.Win32.IMultipleViewProvider.g.cs (7)
58
private static winmdroot.Foundation.HRESULT GetViewName(IMultipleViewProvider* pThis, int viewId, winmdroot.Foundation.
BSTR
* pRetVal)
89
public winmdroot.Foundation.
BSTR
GetViewName(int viewId)
91
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
92
((delegate *unmanaged [Stdcall]<IMultipleViewProvider*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IMultipleViewProvider*)Unsafe.AsPointer(ref this), viewId, &__retVal).ThrowOnFailure();
235
internal delegate *unmanaged [Stdcall]<IMultipleViewProvider*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetViewName_4;
271
unsafe winmdroot.Foundation.HRESULT GetViewName(int viewId, winmdroot.Foundation.
BSTR
* pRetVal);
Windows.Win32.IOleParentUndoUnit.g.cs (5)
83
private static winmdroot.Foundation.HRESULT GetDescription(IOleParentUndoUnit* pThis, winmdroot.Foundation.
BSTR
* pBstr)
100
public unsafe void GetDescription(winmdroot.Foundation.
BSTR
* pBstr)
102
((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
363
internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDescription_5;
415
unsafe new winmdroot.Foundation.HRESULT GetDescription(winmdroot.Foundation.
BSTR
* pBstr);
Windows.Win32.IOleUndoManager.g.cs (10)
376
private static winmdroot.Foundation.HRESULT GetLastUndoDescription(IOleUndoManager* pThis, winmdroot.Foundation.
BSTR
* pBstr)
400
public unsafe void GetLastUndoDescription(winmdroot.Foundation.
BSTR
* pBstr)
402
((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleUndoManager*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
408
private static winmdroot.Foundation.HRESULT GetLastRedoDescription(IOleUndoManager* pThis, winmdroot.Foundation.
BSTR
* pBstr)
432
public unsafe void GetLastRedoDescription(winmdroot.Foundation.
BSTR
* pBstr)
434
((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleUndoManager*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
517
internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetLastUndoDescription_13;
519
internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetLastRedoDescription_14;
586
unsafe winmdroot.Foundation.HRESULT GetLastUndoDescription(winmdroot.Foundation.
BSTR
* pBstr);
589
unsafe winmdroot.Foundation.HRESULT GetLastRedoDescription(winmdroot.Foundation.
BSTR
* pBstr);
Windows.Win32.IOleUndoUnit.g.cs (5)
90
private static winmdroot.Foundation.HRESULT GetDescription(IOleUndoUnit* pThis, winmdroot.Foundation.
BSTR
* pBstr)
114
public unsafe void GetDescription(winmdroot.Foundation.
BSTR
* pBstr)
116
((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
224
internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDescription_5;
261
unsafe winmdroot.Foundation.HRESULT GetDescription(winmdroot.Foundation.
BSTR
* pBstr);
Windows.Win32.IOmNavigator.g.cs (67)
114
private static winmdroot.Foundation.HRESULT get_appCodeName(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
132
internal winmdroot.Foundation.
BSTR
appCodeName
136
winmdroot.Foundation.
BSTR
__result;
137
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
145
private static winmdroot.Foundation.HRESULT get_appName(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
163
internal winmdroot.Foundation.
BSTR
appName
167
winmdroot.Foundation.
BSTR
__result;
168
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
176
private static winmdroot.Foundation.HRESULT get_appVersion(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
194
internal winmdroot.Foundation.
BSTR
appVersion
198
winmdroot.Foundation.
BSTR
__result;
199
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
207
private static winmdroot.Foundation.HRESULT get_userAgent(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
225
internal winmdroot.Foundation.
BSTR
userAgent
229
winmdroot.Foundation.
BSTR
__result;
230
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
416
private static winmdroot.Foundation.HRESULT toString(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* @string)
433
public winmdroot.Foundation.
BSTR
toString()
435
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
436
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
443
private static winmdroot.Foundation.HRESULT get_cpuClass(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
461
internal winmdroot.Foundation.
BSTR
cpuClass
465
winmdroot.Foundation.
BSTR
__result;
466
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
474
private static winmdroot.Foundation.HRESULT get_systemLanguage(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
492
internal winmdroot.Foundation.
BSTR
systemLanguage
496
winmdroot.Foundation.
BSTR
__result;
497
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
505
private static winmdroot.Foundation.HRESULT get_browserLanguage(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
523
internal winmdroot.Foundation.
BSTR
browserLanguage
527
winmdroot.Foundation.
BSTR
__result;
528
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
536
private static winmdroot.Foundation.HRESULT get_userLanguage(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
554
internal winmdroot.Foundation.
BSTR
userLanguage
558
winmdroot.Foundation.
BSTR
__result;
559
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
567
private static winmdroot.Foundation.HRESULT get_platform(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
585
internal winmdroot.Foundation.
BSTR
platform
589
winmdroot.Foundation.
BSTR
__result;
590
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
598
private static winmdroot.Foundation.HRESULT get_appMinorVersion(IOmNavigator* pThis, winmdroot.Foundation.
BSTR
* p)
616
internal winmdroot.Foundation.
BSTR
appMinorVersion
620
winmdroot.Foundation.
BSTR
__result;
621
((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
754
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_appCodeName_8;
756
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_appName_9;
758
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_appVersion_10;
760
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_userAgent_11;
774
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> toString_18;
776
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_cpuClass_19;
778
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_systemLanguage_20;
780
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_browserLanguage_21;
782
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_userLanguage_22;
784
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_platform_23;
786
internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_appMinorVersion_24;
836
winmdroot.Foundation.
BSTR
appCodeName
841
winmdroot.Foundation.
BSTR
appName
846
winmdroot.Foundation.
BSTR
appVersion
851
winmdroot.Foundation.
BSTR
userAgent
883
unsafe winmdroot.Foundation.HRESULT toString(winmdroot.Foundation.
BSTR
* @string);
885
winmdroot.Foundation.
BSTR
cpuClass
890
winmdroot.Foundation.
BSTR
systemLanguage
895
winmdroot.Foundation.
BSTR
browserLanguage
900
winmdroot.Foundation.
BSTR
userLanguage
905
winmdroot.Foundation.
BSTR
platform
910
winmdroot.Foundation.
BSTR
appMinorVersion
Windows.Win32.IPerPropertyBrowsing.g.cs (5)
58
private static winmdroot.Foundation.HRESULT GetDisplayString(IPerPropertyBrowsing* pThis, int dispID, winmdroot.Foundation.
BSTR
* pBstr)
85
public unsafe winmdroot.Foundation.HRESULT GetDisplayString(int dispID, winmdroot.Foundation.
BSTR
* pBstr)
87
return ((delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPerPropertyBrowsing*)Unsafe.AsPointer(ref this), dispID, pBstr);
259
internal delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetDisplayString_4;
295
unsafe winmdroot.Foundation.HRESULT GetDisplayString(int dispID, winmdroot.Foundation.
BSTR
* pBstr);
Windows.Win32.ITextDocument.g.cs (5)
115
private static winmdroot.Foundation.HRESULT GetName(ITextDocument* pThis, winmdroot.Foundation.
BSTR
* pName)
144
public unsafe void GetName(winmdroot.Foundation.
BSTR
* pName)
146
((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextDocument*)Unsafe.AsPointer(ref this), pName).ThrowOnFailure();
950
internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetName_8;
1031
unsafe winmdroot.Foundation.HRESULT GetName(winmdroot.Foundation.
BSTR
* pName);
Windows.Win32.ITextFont.g.cs (10)
1306
private static winmdroot.Foundation.HRESULT GetName(ITextFont* pThis, winmdroot.Foundation.
BSTR
* pbstr)
1335
public unsafe void GetName(winmdroot.Foundation.
BSTR
* pbstr)
1337
((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((ITextFont*)Unsafe.AsPointer(ref this), pbstr).ThrowOnFailure();
1343
private static winmdroot.Foundation.HRESULT SetName(ITextFont* pThis, winmdroot.Foundation.
BSTR
bstr)
1372
public void SetName(winmdroot.Foundation.
BSTR
bstr)
1374
((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[37])((ITextFont*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
2452
internal delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetName_37;
2454
internal delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> SetName_38;
2670
unsafe winmdroot.Foundation.HRESULT GetName(winmdroot.Foundation.
BSTR
* pbstr);
2673
winmdroot.Foundation.HRESULT SetName(winmdroot.Foundation.
BSTR
bstr);
Windows.Win32.ITextRange.g.cs (31)
115
private static winmdroot.Foundation.HRESULT GetText(ITextRange* pThis, winmdroot.Foundation.
BSTR
* pbstr)
146
public unsafe winmdroot.Foundation.HRESULT GetText(winmdroot.Foundation.
BSTR
* pbstr)
148
return ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextRange*)Unsafe.AsPointer(ref this), pbstr);
154
private static winmdroot.Foundation.HRESULT SetText(ITextRange* pThis, winmdroot.Foundation.
BSTR
bstr)
184
public void SetText(winmdroot.Foundation.
BSTR
bstr)
186
((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextRange*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
1816
/// <inheritdoc cref="FindText(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1817
internal unsafe void FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1828
private static winmdroot.Foundation.HRESULT FindText(ITextRange* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1870
public unsafe void FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1872
((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1875
/// <inheritdoc cref="FindTextStart(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1876
internal unsafe void FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1887
private static winmdroot.Foundation.HRESULT FindTextStart(ITextRange* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1926
public unsafe void FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1928
((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1931
/// <inheritdoc cref="FindTextEnd(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1932
internal unsafe void FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1943
private static winmdroot.Foundation.HRESULT FindTextEnd(ITextRange* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1982
public unsafe void FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1984
((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
2537
internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetText_8;
2539
internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> SetText_9;
2611
internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindText_45;
2613
internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextStart_46;
2615
internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextEnd_47;
2714
unsafe winmdroot.Foundation.HRESULT GetText(winmdroot.Foundation.
BSTR
* pbstr);
2717
winmdroot.Foundation.HRESULT SetText(winmdroot.Foundation.
BSTR
bstr);
2825
unsafe winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
2828
unsafe winmdroot.Foundation.HRESULT FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
2831
unsafe winmdroot.Foundation.HRESULT FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
Windows.Win32.ITextRangeProvider.g.cs (12)
250
private static winmdroot.Foundation.HRESULT FindText(ITextRangeProvider* pThis, winmdroot.Foundation.
BSTR
text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal)
284
public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindText(winmdroot.Foundation.
BSTR
text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase)
287
((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextRangeProvider*)Unsafe.AsPointer(ref this), text, backward, ignoreCase, &__retVal).ThrowOnFailure();
396
private static winmdroot.Foundation.HRESULT GetText(ITextRangeProvider* pThis, int maxLength, winmdroot.Foundation.
BSTR
* pRetVal)
425
public winmdroot.Foundation.
BSTR
GetText(int maxLength)
427
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
428
((delegate *unmanaged [Stdcall]<ITextRangeProvider*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextRangeProvider*)Unsafe.AsPointer(ref this), maxLength, &__retVal).ThrowOnFailure();
752
internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> FindText_9;
760
internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,int ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetText_13;
835
unsafe winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.
BSTR
text, winmdroot.Foundation.BOOL backward, winmdroot.Foundation.BOOL ignoreCase, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal);
847
unsafe winmdroot.Foundation.HRESULT GetText(int maxLength, winmdroot.Foundation.
BSTR
* pRetVal);
Windows.Win32.ITextSelection.g.cs (36)
115
private static winmdroot.Foundation.HRESULT GetText(ITextSelection* pThis, winmdroot.Foundation.
BSTR
* pbstr)
132
public unsafe void GetText(winmdroot.Foundation.
BSTR
* pbstr)
134
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextSelection*)Unsafe.AsPointer(ref this), pbstr).ThrowOnFailure();
140
private static winmdroot.Foundation.HRESULT SetText(ITextSelection* pThis, winmdroot.Foundation.
BSTR
bstr)
157
public void SetText(winmdroot.Foundation.
BSTR
bstr)
159
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextSelection*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
1244
/// <inheritdoc cref="FindText(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1245
internal unsafe void FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1256
private static winmdroot.Foundation.HRESULT FindText(ITextSelection* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1273
public unsafe void FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1275
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1278
/// <inheritdoc cref="FindTextStart(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1279
internal unsafe void FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1290
private static winmdroot.Foundation.HRESULT FindTextStart(ITextSelection* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1307
public unsafe void FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1309
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
1312
/// <inheritdoc cref="FindTextEnd(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
1313
internal unsafe void FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
1324
private static winmdroot.Foundation.HRESULT FindTextEnd(ITextSelection* pThis, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1341
public unsafe void FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength)
1343
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure();
2177
private static winmdroot.Foundation.HRESULT TypeText(ITextSelection* pThis, winmdroot.Foundation.
BSTR
bstr)
2207
public void TypeText(winmdroot.Foundation.
BSTR
bstr)
2209
((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[67])((ITextSelection*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
2247
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetText_8;
2249
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> SetText_9;
2321
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindText_45;
2323
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextStart_46;
2325
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT> FindTextEnd_47;
2367
internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> TypeText_68;
2454
unsafe new winmdroot.Foundation.HRESULT GetText(winmdroot.Foundation.
BSTR
* pbstr);
2457
new winmdroot.Foundation.HRESULT SetText(winmdroot.Foundation.
BSTR
bstr);
2565
unsafe new winmdroot.Foundation.HRESULT FindText(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
2568
unsafe new winmdroot.Foundation.HRESULT FindTextStart(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
2571
unsafe new winmdroot.Foundation.HRESULT FindTextEnd(winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int* pLength);
2634
winmdroot.Foundation.HRESULT TypeText(winmdroot.Foundation.
BSTR
bstr);
Windows.Win32.IUIAutomation.g.cs (14)
1866
private static winmdroot.Foundation.HRESULT GetPropertyProgrammaticName(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID property, winmdroot.Foundation.
BSTR
* name)
1895
public winmdroot.Foundation.
BSTR
GetPropertyProgrammaticName(winmdroot.UI.Accessibility.UIA_PROPERTY_ID property)
1897
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
1898
((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IUIAutomation*)Unsafe.AsPointer(ref this), property, &__retVal).ThrowOnFailure();
1905
private static winmdroot.Foundation.HRESULT GetPatternProgrammaticName(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_PATTERN_ID pattern, winmdroot.Foundation.
BSTR
* name)
1934
public winmdroot.Foundation.
BSTR
GetPatternProgrammaticName(winmdroot.UI.Accessibility.UIA_PATTERN_ID pattern)
1936
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
1937
((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IUIAutomation*)Unsafe.AsPointer(ref this), pattern, &__retVal).ThrowOnFailure();
2366
internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetPropertyProgrammaticName_50;
2368
internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> GetPatternProgrammaticName_51;
2615
unsafe winmdroot.Foundation.HRESULT GetPropertyProgrammaticName(winmdroot.UI.Accessibility.UIA_PROPERTY_ID property, winmdroot.Foundation.
BSTR
* name);
2618
unsafe winmdroot.Foundation.HRESULT GetPatternProgrammaticName(winmdroot.UI.Accessibility.UIA_PATTERN_ID pattern, winmdroot.Foundation.
BSTR
* name);
Windows.Win32.IUIAutomationElement.g.cs (155)
800
private static winmdroot.Foundation.HRESULT get_CurrentLocalizedControlType(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
822
internal winmdroot.Foundation.
BSTR
CurrentLocalizedControlType
826
winmdroot.Foundation.
BSTR
__result;
827
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
835
private static winmdroot.Foundation.HRESULT get_CurrentName(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
854
public unsafe winmdroot.Foundation.HRESULT get_CurrentName(winmdroot.Foundation.
BSTR
* retVal)
856
return ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IUIAutomationElement*)Unsafe.AsPointer(ref this), retVal);
862
private static winmdroot.Foundation.HRESULT get_CurrentAcceleratorKey(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
884
internal winmdroot.Foundation.
BSTR
CurrentAcceleratorKey
888
winmdroot.Foundation.
BSTR
__result;
889
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
897
private static winmdroot.Foundation.HRESULT get_CurrentAccessKey(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
917
internal winmdroot.Foundation.
BSTR
CurrentAccessKey
921
winmdroot.Foundation.
BSTR
__result;
922
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1035
private static winmdroot.Foundation.HRESULT get_CurrentAutomationId(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1055
internal winmdroot.Foundation.
BSTR
CurrentAutomationId
1059
winmdroot.Foundation.
BSTR
__result;
1060
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1068
private static winmdroot.Foundation.HRESULT get_CurrentClassName(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1088
internal winmdroot.Foundation.
BSTR
CurrentClassName
1092
winmdroot.Foundation.
BSTR
__result;
1093
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1101
private static winmdroot.Foundation.HRESULT get_CurrentHelpText(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1124
internal winmdroot.Foundation.
BSTR
CurrentHelpText
1128
winmdroot.Foundation.
BSTR
__result;
1129
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1308
private static winmdroot.Foundation.HRESULT get_CurrentItemType(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1328
internal winmdroot.Foundation.
BSTR
CurrentItemType
1332
winmdroot.Foundation.
BSTR
__result;
1333
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1409
private static winmdroot.Foundation.HRESULT get_CurrentFrameworkId(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1431
internal winmdroot.Foundation.
BSTR
CurrentFrameworkId
1435
winmdroot.Foundation.
BSTR
__result;
1436
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1479
private static winmdroot.Foundation.HRESULT get_CurrentItemStatus(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1499
internal winmdroot.Foundation.
BSTR
CurrentItemStatus
1503
winmdroot.Foundation.
BSTR
__result;
1504
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1587
private static winmdroot.Foundation.HRESULT get_CurrentAriaRole(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1609
internal winmdroot.Foundation.
BSTR
CurrentAriaRole
1613
winmdroot.Foundation.
BSTR
__result;
1614
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1622
private static winmdroot.Foundation.HRESULT get_CurrentAriaProperties(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1644
internal winmdroot.Foundation.
BSTR
CurrentAriaProperties
1648
winmdroot.Foundation.
BSTR
__result;
1649
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1793
private static winmdroot.Foundation.HRESULT get_CurrentProviderDescription(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1815
internal winmdroot.Foundation.
BSTR
CurrentProviderDescription
1819
winmdroot.Foundation.
BSTR
__result;
1820
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1896
private static winmdroot.Foundation.HRESULT get_CachedLocalizedControlType(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1918
internal winmdroot.Foundation.
BSTR
CachedLocalizedControlType
1922
winmdroot.Foundation.
BSTR
__result;
1923
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1931
private static winmdroot.Foundation.HRESULT get_CachedName(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1951
internal winmdroot.Foundation.
BSTR
CachedName
1955
winmdroot.Foundation.
BSTR
__result;
1956
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1964
private static winmdroot.Foundation.HRESULT get_CachedAcceleratorKey(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
1986
internal winmdroot.Foundation.
BSTR
CachedAcceleratorKey
1990
winmdroot.Foundation.
BSTR
__result;
1991
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1999
private static winmdroot.Foundation.HRESULT get_CachedAccessKey(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2019
internal winmdroot.Foundation.
BSTR
CachedAccessKey
2023
winmdroot.Foundation.
BSTR
__result;
2024
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2137
private static winmdroot.Foundation.HRESULT get_CachedAutomationId(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2157
internal winmdroot.Foundation.
BSTR
CachedAutomationId
2161
winmdroot.Foundation.
BSTR
__result;
2162
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2170
private static winmdroot.Foundation.HRESULT get_CachedClassName(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2190
internal winmdroot.Foundation.
BSTR
CachedClassName
2194
winmdroot.Foundation.
BSTR
__result;
2195
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2203
private static winmdroot.Foundation.HRESULT get_CachedHelpText(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2226
internal winmdroot.Foundation.
BSTR
CachedHelpText
2230
winmdroot.Foundation.
BSTR
__result;
2231
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2408
private static winmdroot.Foundation.HRESULT get_CachedItemType(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2428
internal winmdroot.Foundation.
BSTR
CachedItemType
2432
winmdroot.Foundation.
BSTR
__result;
2433
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2509
private static winmdroot.Foundation.HRESULT get_CachedFrameworkId(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2531
internal winmdroot.Foundation.
BSTR
CachedFrameworkId
2535
winmdroot.Foundation.
BSTR
__result;
2536
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2579
private static winmdroot.Foundation.HRESULT get_CachedItemStatus(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2599
internal winmdroot.Foundation.
BSTR
CachedItemStatus
2603
winmdroot.Foundation.
BSTR
__result;
2604
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2683
private static winmdroot.Foundation.HRESULT get_CachedAriaRole(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2705
internal winmdroot.Foundation.
BSTR
CachedAriaRole
2709
winmdroot.Foundation.
BSTR
__result;
2710
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2718
private static winmdroot.Foundation.HRESULT get_CachedAriaProperties(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2740
internal winmdroot.Foundation.
BSTR
CachedAriaProperties
2744
winmdroot.Foundation.
BSTR
__result;
2745
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2889
private static winmdroot.Foundation.HRESULT get_CachedProviderDescription(IUIAutomationElement* pThis, winmdroot.Foundation.
BSTR
* retVal)
2911
internal winmdroot.Foundation.
BSTR
CachedProviderDescription
2915
winmdroot.Foundation.
BSTR
__result;
2916
((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
3041
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentLocalizedControlType_23;
3043
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentName_24;
3045
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentAcceleratorKey_25;
3047
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentAccessKey_26;
3055
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentAutomationId_30;
3057
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentClassName_31;
3059
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentHelpText_32;
3071
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentItemType_38;
3077
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentFrameworkId_41;
3081
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentItemStatus_43;
3087
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentAriaRole_46;
3089
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentAriaProperties_47;
3099
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CurrentProviderDescription_52;
3105
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedLocalizedControlType_55;
3107
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedName_56;
3109
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedAcceleratorKey_57;
3111
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedAccessKey_58;
3119
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedAutomationId_62;
3121
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedClassName_63;
3123
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedHelpText_64;
3135
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedItemType_70;
3141
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedFrameworkId_73;
3145
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedItemStatus_75;
3151
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedAriaRole_78;
3153
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedAriaProperties_79;
3163
internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_CachedProviderDescription_84;
3333
winmdroot.Foundation.
BSTR
CurrentLocalizedControlType
3339
unsafe winmdroot.Foundation.HRESULT get_CurrentName(winmdroot.Foundation.
BSTR
* retVal);
3341
winmdroot.Foundation.
BSTR
CurrentAcceleratorKey
3346
winmdroot.Foundation.
BSTR
CurrentAccessKey
3366
winmdroot.Foundation.
BSTR
CurrentAutomationId
3371
winmdroot.Foundation.
BSTR
CurrentClassName
3376
winmdroot.Foundation.
BSTR
CurrentHelpText
3406
winmdroot.Foundation.
BSTR
CurrentItemType
3421
winmdroot.Foundation.
BSTR
CurrentFrameworkId
3431
winmdroot.Foundation.
BSTR
CurrentItemStatus
3444
winmdroot.Foundation.
BSTR
CurrentAriaRole
3449
winmdroot.Foundation.
BSTR
CurrentAriaProperties
3474
winmdroot.Foundation.
BSTR
CurrentProviderDescription
3489
winmdroot.Foundation.
BSTR
CachedLocalizedControlType
3494
winmdroot.Foundation.
BSTR
CachedName
3499
winmdroot.Foundation.
BSTR
CachedAcceleratorKey
3504
winmdroot.Foundation.
BSTR
CachedAccessKey
3524
winmdroot.Foundation.
BSTR
CachedAutomationId
3529
winmdroot.Foundation.
BSTR
CachedClassName
3534
winmdroot.Foundation.
BSTR
CachedHelpText
3564
winmdroot.Foundation.
BSTR
CachedItemType
3579
winmdroot.Foundation.
BSTR
CachedFrameworkId
3589
winmdroot.Foundation.
BSTR
CachedItemStatus
3604
winmdroot.Foundation.
BSTR
CachedAriaRole
3609
winmdroot.Foundation.
BSTR
CachedAriaProperties
3634
winmdroot.Foundation.
BSTR
CachedProviderDescription
Windows.Win32.IUIAutomationProxyFactory.g.cs (6)
102
private static winmdroot.Foundation.HRESULT get_ProxyFactoryId(IUIAutomationProxyFactory* pThis, winmdroot.Foundation.
BSTR
* factoryId)
124
internal winmdroot.Foundation.
BSTR
ProxyFactoryId
128
winmdroot.Foundation.
BSTR
__result;
129
((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactory*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationProxyFactory*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
163
internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactory*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_ProxyFactoryId_5;
193
winmdroot.Foundation.
BSTR
ProxyFactoryId
Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (14)
93
private static winmdroot.Foundation.HRESULT get_ClassName(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.
BSTR
* className)
114
public winmdroot.Foundation.
BSTR
get_ClassName()
116
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
117
((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
124
private static winmdroot.Foundation.HRESULT get_ImageName(IUIAutomationProxyFactoryEntry* pThis, winmdroot.Foundation.
BSTR
* imageName)
145
public winmdroot.Foundation.
BSTR
get_ImageName()
147
winmdroot.Foundation.
BSTR
__retVal = default(winmdroot.Foundation.
BSTR
);
148
((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
515
internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_ClassName_5;
517
internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_ImageName_6;
581
unsafe winmdroot.Foundation.HRESULT get_ClassName(winmdroot.Foundation.
BSTR
* className);
584
unsafe winmdroot.Foundation.HRESULT get_ImageName(winmdroot.Foundation.
BSTR
* imageName);
Windows.Win32.IValueProvider.g.cs (5)
105
private static winmdroot.Foundation.HRESULT get_Value(IValueProvider* pThis, winmdroot.Foundation.
BSTR
* pRetVal)
129
public unsafe winmdroot.Foundation.HRESULT get_Value(winmdroot.Foundation.
BSTR
* pRetVal)
131
return ((delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IValueProvider*)Unsafe.AsPointer(ref this), pRetVal);
203
internal delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Value_5;
237
unsafe winmdroot.Foundation.HRESULT get_Value(winmdroot.Foundation.
BSTR
* pRetVal);
Windows.Win32.IVBFormat.g.cs (7)
54
/// <inheritdoc cref="Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.
BSTR
, void*, ushort, int, short, ushort, ushort*)"/>
55
internal unsafe void Format(ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.
BSTR
bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb)
69
private static winmdroot.Foundation.HRESULT Format(IVBFormat* pThis, winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.
BSTR
bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb)
110
public unsafe void Format(winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.
BSTR
bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb)
112
((delegate *unmanaged [Stdcall]<IVBFormat*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.
BSTR
,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IVBFormat*)Unsafe.AsPointer(ref this), vData, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcb).ThrowOnFailure();
142
internal delegate *unmanaged [Stdcall]<IVBFormat*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.
BSTR
,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT> Format_4;
168
unsafe winmdroot.Foundation.HRESULT Format(winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.
BSTR
bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb);
Windows.Win32.IWebBrowser.g.cs (23)
211
/// <inheritdoc cref="Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
212
internal unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
224
private static winmdroot.Foundation.HRESULT Navigate(IWebBrowser* pThis, winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
241
public unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
243
((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure();
480
private static winmdroot.Foundation.HRESULT get_Type(IWebBrowser* pThis, winmdroot.Foundation.
BSTR
* Type)
498
internal winmdroot.Foundation.
BSTR
Type
502
winmdroot.Foundation.
BSTR
__result;
503
((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
735
private static winmdroot.Foundation.HRESULT get_LocationName(IWebBrowser* pThis, winmdroot.Foundation.
BSTR
* LocationName)
752
public unsafe winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName)
754
return ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IWebBrowser*)Unsafe.AsPointer(ref this), LocationName);
760
private static winmdroot.Foundation.HRESULT get_LocationURL(IWebBrowser* pThis, winmdroot.Foundation.
BSTR
* LocationURL)
777
public unsafe winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL)
779
return ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IWebBrowser*)Unsafe.AsPointer(ref this), LocationURL);
860
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12;
878
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Type_21;
896
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationName_30;
898
internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationURL_31;
962
unsafe winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers);
996
winmdroot.Foundation.
BSTR
Type
1026
unsafe winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName);
1029
unsafe winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL);
Windows.Win32.IWebBrowser2.g.cs (60)
223
/// <inheritdoc cref="Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
224
internal unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
236
private static winmdroot.Foundation.HRESULT Navigate(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
253
public unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
255
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser2*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure();
493
private static winmdroot.Foundation.HRESULT get_Type(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* Type)
511
internal winmdroot.Foundation.
BSTR
Type
515
winmdroot.Foundation.
BSTR
__result;
516
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
748
private static winmdroot.Foundation.HRESULT get_LocationName(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* LocationName)
765
public unsafe winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName)
767
return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IWebBrowser2*)Unsafe.AsPointer(ref this), LocationName);
773
private static winmdroot.Foundation.HRESULT get_LocationURL(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* LocationURL)
790
public unsafe winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL)
792
return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IWebBrowser2*)Unsafe.AsPointer(ref this), LocationURL);
895
private static winmdroot.Foundation.HRESULT PutProperty(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue)
912
public void PutProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue)
914
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure();
920
private static winmdroot.Foundation.HRESULT GetProperty(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT* pvtValue)
937
public winmdroot.System.Variant.VARIANT GetProperty(winmdroot.Foundation.
BSTR
Property)
940
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure();
947
private static winmdroot.Foundation.HRESULT get_Name(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* Name)
965
internal winmdroot.Foundation.
BSTR
Name
969
winmdroot.Foundation.
BSTR
__result;
970
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1011
private static winmdroot.Foundation.HRESULT get_FullName(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* FullName)
1029
internal winmdroot.Foundation.
BSTR
FullName
1033
winmdroot.Foundation.
BSTR
__result;
1034
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1042
private static winmdroot.Foundation.HRESULT get_Path(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* Path)
1060
internal winmdroot.Foundation.
BSTR
Path
1064
winmdroot.Foundation.
BSTR
__result;
1065
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1185
private static winmdroot.Foundation.HRESULT get_StatusText(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
* StatusText)
1203
internal winmdroot.Foundation.
BSTR
StatusText
1207
winmdroot.Foundation.
BSTR
__result;
1208
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1213
((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1220
private static winmdroot.Foundation.HRESULT put_StatusText(IWebBrowser2* pThis, winmdroot.Foundation.
BSTR
StatusText)
2037
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12;
2055
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Type_21;
2073
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationName_30;
2075
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationURL_31;
2083
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> PutProperty_35;
2085
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetProperty_36;
2087
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Name_37;
2091
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_FullName_39;
2093
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Path_40;
2103
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_StatusText_45;
2105
internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_StatusText_46;
2257
unsafe new winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers);
2291
new winmdroot.Foundation.
BSTR
Type
2321
unsafe new winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName);
2324
unsafe new winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL);
2336
new winmdroot.Foundation.HRESULT PutProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue);
2339
unsafe new winmdroot.Foundation.HRESULT GetProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT* pvtValue);
2341
new winmdroot.Foundation.
BSTR
Name
2351
new winmdroot.Foundation.
BSTR
FullName
2356
new winmdroot.Foundation.
BSTR
Path
2373
new winmdroot.Foundation.
BSTR
StatusText
Windows.Win32.IWebBrowserApp.g.cs (60)
211
/// <inheritdoc cref="Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
212
internal unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
224
private static winmdroot.Foundation.HRESULT Navigate(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
241
public unsafe void Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
243
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowserApp*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure();
480
private static winmdroot.Foundation.HRESULT get_Type(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* Type)
498
internal winmdroot.Foundation.
BSTR
Type
502
winmdroot.Foundation.
BSTR
__result;
503
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
735
private static winmdroot.Foundation.HRESULT get_LocationName(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* LocationName)
752
public unsafe winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName)
754
return ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IWebBrowserApp*)Unsafe.AsPointer(ref this), LocationName);
760
private static winmdroot.Foundation.HRESULT get_LocationURL(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* LocationURL)
777
public unsafe winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL)
779
return ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IWebBrowserApp*)Unsafe.AsPointer(ref this), LocationURL);
882
private static winmdroot.Foundation.HRESULT PutProperty(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue)
899
public void PutProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue)
901
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure();
907
private static winmdroot.Foundation.HRESULT GetProperty(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT* pvtValue)
924
public winmdroot.System.Variant.VARIANT GetProperty(winmdroot.Foundation.
BSTR
Property)
927
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure();
934
private static winmdroot.Foundation.HRESULT get_Name(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* Name)
952
internal winmdroot.Foundation.
BSTR
Name
956
winmdroot.Foundation.
BSTR
__result;
957
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
998
private static winmdroot.Foundation.HRESULT get_FullName(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* FullName)
1016
internal winmdroot.Foundation.
BSTR
FullName
1020
winmdroot.Foundation.
BSTR
__result;
1021
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1029
private static winmdroot.Foundation.HRESULT get_Path(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* Path)
1047
internal winmdroot.Foundation.
BSTR
Path
1051
winmdroot.Foundation.
BSTR
__result;
1052
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1172
private static winmdroot.Foundation.HRESULT get_StatusText(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
* StatusText)
1190
internal winmdroot.Foundation.
BSTR
StatusText
1194
winmdroot.Foundation.
BSTR
__result;
1195
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1200
((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1207
private static winmdroot.Foundation.HRESULT put_StatusText(IWebBrowserApp* pThis, winmdroot.Foundation.
BSTR
StatusText)
1441
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12;
1459
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Type_21;
1477
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationName_30;
1479
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_LocationURL_31;
1487
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> PutProperty_35;
1489
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetProperty_36;
1491
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Name_37;
1495
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_FullName_39;
1497
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_Path_40;
1507
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
* ,winmdroot.Foundation.HRESULT> get_StatusText_45;
1509
internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.
BSTR
,winmdroot.Foundation.HRESULT> put_StatusText_46;
1603
unsafe new winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.
BSTR
URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers);
1637
new winmdroot.Foundation.
BSTR
Type
1667
unsafe new winmdroot.Foundation.HRESULT get_LocationName(winmdroot.Foundation.
BSTR
* LocationName);
1670
unsafe new winmdroot.Foundation.HRESULT get_LocationURL(winmdroot.Foundation.
BSTR
* LocationURL);
1682
winmdroot.Foundation.HRESULT PutProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT vtValue);
1685
unsafe winmdroot.Foundation.HRESULT GetProperty(winmdroot.Foundation.
BSTR
Property, winmdroot.System.Variant.VARIANT* pvtValue);
1687
winmdroot.Foundation.
BSTR
Name
1697
winmdroot.Foundation.
BSTR
FullName
1702
winmdroot.Foundation.
BSTR
Path
1719
winmdroot.Foundation.
BSTR
StatusText
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (3)
161
/// <inheritdoc cref="VarFormat(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.PWSTR, winmdroot.System.Ole.VARFORMAT_FIRST_DAY, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK, uint, winmdroot.Foundation.
BSTR
*)"/>
162
internal static unsafe winmdroot.Foundation.HRESULT VarFormat(in winmdroot.System.Variant.VARIANT pvarIn, winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.
BSTR
* pbstrOut)
193
internal static extern unsafe winmdroot.Foundation.HRESULT VarFormat(winmdroot.System.Variant.VARIANT* pvarIn, winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.
BSTR
* pbstrOut);
Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (2)
140
internal static extern unsafe winmdroot.Foundation.HRESULT UiaRaiseNotificationEvent(winmdroot.UI.Accessibility.IRawElementProviderSimple* provider, winmdroot.UI.Accessibility.NotificationKind notificationKind, winmdroot.UI.Accessibility.NotificationProcessing notificationProcessing, winmdroot.Foundation.
BSTR
displayString, winmdroot.Foundation.
BSTR
activityId);
Windows.Win32.System_Ole_IClassFactory2_Extensions.g.cs (2)
46
/// <inheritdoc cref="winmdroot.System.Ole.IClassFactory2.Interface.CreateInstanceLic(winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IUnknown*, global::System.Guid*, winmdroot.Foundation.
BSTR
, void**)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT CreateInstanceLic(this winmdroot.System.Ole.IClassFactory2.Interface @this, winmdroot.System.Com.IUnknown* pUnkOuter, in global::System.Guid riid, winmdroot.Foundation.
BSTR
bstrKey, out void* ppvObj)
Windows.Win32.System_Ole_IVBFormat_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IVBFormat.Interface.Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.
BSTR
, void*, ushort, int, short, ushort, ushort*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Format(this winmdroot.System.Ole.IVBFormat.Interface @this, ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.
BSTR
bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb)
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accHelpTopic(winmdroot.Foundation.
BSTR
*, winmdroot.System.Variant.VARIANT, int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.Foundation.
BSTR
* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, out int pidTopic)
Windows.Win32.UI_Controls_RichEdit_ITextRange_Extensions.g.cs (6)
251
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindText(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
252
internal static unsafe winmdroot.Foundation.HRESULT FindText(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
261
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindTextStart(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
262
internal static unsafe winmdroot.Foundation.HRESULT FindTextStart(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
271
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindTextEnd(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
272
internal static unsafe winmdroot.Foundation.HRESULT FindTextEnd(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
Windows.Win32.UI_Controls_RichEdit_ITextSelection_Extensions.g.cs (6)
251
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.FindText(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
252
internal static unsafe winmdroot.Foundation.HRESULT FindText(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
261
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.FindTextStart(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
262
internal static unsafe winmdroot.Foundation.HRESULT FindTextStart(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
271
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.FindTextEnd(winmdroot.Foundation.
BSTR
, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
272
internal static unsafe winmdroot.Foundation.HRESULT FindTextEnd(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, winmdroot.Foundation.
BSTR
bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
Windows.Win32.UI_Shell_IWebBrowser_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser.Interface.Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowser.Interface @this, winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
65
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.GetProperty(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
66
internal static unsafe winmdroot.Foundation.HRESULT GetProperty(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.Foundation.
BSTR
Property, out winmdroot.System.Variant.VARIANT pvtValue)
Windows.Win32.UI_Shell_IWebBrowserApp_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.Navigate(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, winmdroot.Foundation.
BSTR
URL, winmdroot.System.Variant.VARIANT? Flags, winmdroot.System.Variant.VARIANT? TargetFrameName, winmdroot.System.Variant.VARIANT? PostData, winmdroot.System.Variant.VARIANT? Headers)
65
/// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.GetProperty(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
66
internal static unsafe winmdroot.Foundation.HRESULT GetProperty(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, winmdroot.Foundation.
BSTR
Property, out winmdroot.System.Variant.VARIANT pvtValue)
Windows.Win32.Web_MsHtml_IHTMLCurrentStyle_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLCurrentStyle.Interface.getAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLCurrentStyle.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue)
Windows.Win32.Web_MsHtml_IHTMLDataTransfer_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.setData(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT setData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.
BSTR
format, in winmdroot.System.Variant.VARIANT data, out winmdroot.Foundation.VARIANT_BOOL pret)
36
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.getData(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT getData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.
BSTR
format, out winmdroot.System.Variant.VARIANT pvarRet)
46
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.clearData(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT clearData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.
BSTR
format, out winmdroot.Foundation.VARIANT_BOOL pret)
Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs (14)
73
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandSupported(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT queryCommandSupported(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
83
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandEnabled(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
93
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandState(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT queryCommandState(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
103
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandIndeterm(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
113
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandValue(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT queryCommandValue(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.System.Variant.VARIANT pcmdValue)
123
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommand(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT execCommand(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet)
133
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommandShowHelp(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.
BSTR
cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
Windows.Win32.Web_MsHtml_IHTMLDocument3_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument3.Interface.attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLDocument3.Interface @this, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
Windows.Win32.Web_MsHtml_IHTMLDocument4_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.fireEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, winmdroot.Foundation.
BSTR
bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled)
Windows.Win32.Web_MsHtml_IHTMLElement_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.getAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLElement.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.removeAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLElement.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (8)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.getExpression(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.
BSTR
propname, out winmdroot.System.Variant.VARIANT expression)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeExpression(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT removeExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.
BSTR
propname, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
93
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
153
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.addBehavior(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, int*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT addBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.
BSTR
bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory, out int pCookie)
Windows.Win32.Web_MsHtml_IHTMLElement3_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.fireEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, winmdroot.Foundation.
BSTR
bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled)
Windows.Win32.Web_MsHtml_IHTMLOpsProfile_Extensions.g.cs (8)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addRequest(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT addRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.setAttribute(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT setAttribute(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.
BSTR
name, winmdroot.Foundation.
BSTR
value, winmdroot.System.Variant.VARIANT prefs, out winmdroot.Foundation.VARIANT_BOOL success)
53
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addReadRequest(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT addReadRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.
BSTR
name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success)
Windows.Win32.Web_MsHtml_IHTMLRuleStyle_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface.getAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface.removeAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
Windows.Win32.Web_MsHtml_IHTMLStyle_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyle.Interface.getAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLStyle.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyle.Interface.removeAttribute(winmdroot.Foundation.
BSTR
, int, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLStyle.Interface @this, winmdroot.Foundation.
BSTR
strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
Windows.Win32.Web_MsHtml_IHTMLStyleSheet_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyleSheet.Interface.addImport(winmdroot.Foundation.
BSTR
, int, int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT addImport(this winmdroot.Web.MsHtml.IHTMLStyleSheet.Interface @this, winmdroot.Foundation.
BSTR
bstrURL, int lIndex, out int plIndex)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyleSheet.Interface.addRule(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.
BSTR
, int, int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT addRule(this winmdroot.Web.MsHtml.IHTMLStyleSheet.Interface @this, winmdroot.Foundation.
BSTR
bstrSelector, winmdroot.Foundation.
BSTR
bstrStyle, int lIndex, out int plNewIndex)
Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (16)
46
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.setTimeout(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*, int*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT setTimeout(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID)
59
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.confirm(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.VARIANT_BOOL*)"/>
60
internal static unsafe winmdroot.Foundation.HRESULT confirm(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
message, out winmdroot.Foundation.VARIANT_BOOL confirmed)
69
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.prompt(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
70
internal static unsafe winmdroot.Foundation.HRESULT prompt(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
message, winmdroot.Foundation.
BSTR
defstr, out winmdroot.System.Variant.VARIANT textdata)
89
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.showModalDialog(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT showModalDialog(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
dialog, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT varOptions, out winmdroot.System.Variant.VARIANT varArgOut)
115
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.setInterval(winmdroot.Foundation.
BSTR
, int, winmdroot.System.Variant.VARIANT*, int*)"/>
116
internal static unsafe winmdroot.Foundation.HRESULT setInterval(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID)
128
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.execScript(winmdroot.Foundation.
BSTR
, winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*)"/>
129
internal static unsafe winmdroot.Foundation.HRESULT execScript(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.
BSTR
code, winmdroot.Foundation.
BSTR
language, out winmdroot.System.Variant.VARIANT pvarRet)
Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (4)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.attachEvent(winmdroot.Foundation.
BSTR
, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.
BSTR
@event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
85
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.showModelessDialog(winmdroot.Foundation.
BSTR
, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.IHTMLWindow2**)"/>
86
internal static unsafe winmdroot.Foundation.HRESULT showModelessDialog(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.
BSTR
url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog)
Windows\Win32\PInvoke.UiaRaiseNotificationEvent.cs (3)
11
/// <inheritdoc cref="UiaRaiseNotificationEvent(IRawElementProviderSimple*, NotificationKind, NotificationProcessing,
BSTR
,
BSTR
)"/>
21
using
BSTR
bstrText = displayString is null ? default : new(displayString);
Windows\Win32\System\Com\StandardDispatch.cs (5)
134
HRESULT IDispatchEx.Interface.GetDispID(
BSTR
bstrName, uint grfdex, int* pid)
137
protected virtual HRESULT GetDispID(
BSTR
bstrName, uint grfdex, int* pid) => HRESULT.E_NOTIMPL;
139
HRESULT IDispatchEx.Interface.GetMemberName(int id,
BSTR
* pbstrName)
142
protected virtual HRESULT GetMemberName(int id,
BSTR
* pbstrName) => HRESULT.E_NOTIMPL;
237
HRESULT IDispatchEx.Interface.DeleteMemberByName(
BSTR
bstrName, uint grfdex) => HRESULT.E_NOTIMPL;
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (2)
96
/// Matches up to <see cref="IDispatchEx.GetDispID(
BSTR
, uint, int*)"/>
110
/// Matches up to <see cref="IDispatchEx.GetMemberName(int,
BSTR
*)"/>
System.Windows.Forms.Primitives.Tests (41)
Interop\Oleaut32\ITypeInfoTests.cs (8)
68
using
BSTR
dllName = new("DllName");
69
using
BSTR
name = new("Name");
88
using
BSTR
name = new("Name");
89
using
BSTR
docString = new("DocString");
91
using
BSTR
helpFile = new("HelpFile");
180
using
BSTR
mops = new("Mops");
194
BSTR
* rgszNames = stackalloc
BSTR
[2];
Interop\Oleaut32\SAFEARRAYTests.cs (2)
140
public HRESULT GetName(
BSTR
* pbstrName) => throw new NotImplementedException();
158
public HRESULT GetFieldNames(uint* pcNames,
BSTR
* rgBstrNames) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (19)
845
using
BSTR
bstr = new(text);
1787
BSTR
ptr1 = new("text");
1788
BSTR
ptr2 = new("");
4377
using
BSTR
ptr1 = new("text");
4378
using
BSTR
ptr2 = new("");
4404
using
BSTR
ptr1 = new("text");
4405
using
BSTR
ptr2 = new("");
4431
using
BSTR
ptr1 = new("text");
4432
using
BSTR
ptr2 = new("");
4433
using
BSTR
ptr3 = new("text3");
4434
using
BSTR
ptr4 = new("text4");
4435
using
BSTR
ptr5 = new("text5");
4468
using
BSTR
ptr1 = new("text");
4469
using
BSTR
ptr2 = new("");
4470
using
BSTR
ptr3 = new("text3");
4471
using
BSTR
ptr4 = new("text4");
4472
using
BSTR
ptr5 = new("text5");
5707
public HRESULT GetName(
BSTR
* pbstrName) => HRESULT.E_NOTIMPL;
5725
public HRESULT GetFieldNames(uint* pcNames,
BSTR
* rgBstrNames) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
431
using
BSTR
bstrText = new(textToSearch);
876
using
BSTR
actual = default;
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (1)
48
((
BSTR
)returnValue).ToStringAndFree().Should().Be("Q");
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (9)
35
HRESULT IAccessible.Interface.get_accName(VARIANT varChild,
BSTR
* pszName) => HRESULT.E_NOTIMPL;
36
HRESULT IAccessible.Interface.get_accValue(VARIANT varChild,
BSTR
* pszValue) => HRESULT.E_NOTIMPL;
37
HRESULT IAccessible.Interface.get_accDescription(VARIANT varChild,
BSTR
* pszDescription) => HRESULT.E_NOTIMPL;
40
HRESULT IAccessible.Interface.get_accHelp(VARIANT varChild,
BSTR
* pszHelp) => HRESULT.E_NOTIMPL;
41
HRESULT IAccessible.Interface.get_accHelpTopic(
BSTR
* pszHelpFile, VARIANT varChild, int* pidTopic) => HRESULT.E_NOTIMPL;
42
HRESULT IAccessible.Interface.get_accKeyboardShortcut(VARIANT varChild,
BSTR
* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
45
HRESULT IAccessible.Interface.get_accDefaultAction(VARIANT varChild,
BSTR
* pszDefaultAction) => HRESULT.E_NOTIMPL;
51
HRESULT IAccessible.Interface.put_accName(VARIANT varChild,
BSTR
szName) => HRESULT.E_NOTIMPL;
52
HRESULT IAccessible.Interface.put_accValue(VARIANT varChild,
BSTR
szValue) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (194)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (1)
245
Assert.Equal(expected, ((
BSTR
)actual).ToString());
System\Windows\Forms\AccessibleObjects\CategoryGridEntryAccessibleObjectTests.cs (2)
159
Assert.Equal(expected, ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LocalizedControlTypePropertyId)).ToStringAndFree());
186
Assert.Equal("Collapse", ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (1)
305
Assert.Equal(checkBox.AccessibilityObject.DefaultAction, ((
BSTR
)checkBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (3)
204
Assert.Equal(expected, ((
BSTR
)checkedListBox.AccessibilityObject.GetChild(0).GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
267
Assert.Equal(checkValue.ToString(), ((
BSTR
)checkedListBox.AccessibilityObject.GetChild(0).GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
325
Assert.Equal(isChecked, bool.Parse(((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree()));
System\Windows\Forms\AccessibleObjects\ColumnHeader.ListViewColumnHeaderAccessibleObjectTests.cs (2)
38
Assert.Equal(testText, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
39
Assert.Equal(testText, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (3)
121
Assert.Equal(name, ((
BSTR
)comboBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
122
Assert.Equal(name, ((
BSTR
)comboBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
364
Assert.Equal(expectedAction, ((
BSTR
)comboBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (6)
219
Assert.Equal(accessibleDefaultActionDescription, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
1292
Assert.Equal(expectedValue, ((
BSTR
)controlAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree());
1347
Assert.Equal("Test Name", ((
BSTR
)controlAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
1348
Assert.Equal("Test Name", ((
BSTR
)controlAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
1393
Assert.Equal(expectedName, ((
BSTR
)controlAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
1623
Assert.Equal(expected, ((
BSTR
)actual).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridView.DataGridViewEditingPanelAccessibleObjectTests.cs (3)
118
Assert.Equal(string.Empty, ((
BSTR
)editingPanel.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
119
Assert.Equal(SR.DataGridView_AccEditingPanelAccName, ((
BSTR
)editingPanel.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
120
Assert.Equal(SR.DataGridView_AccEditingPanelAccName, ((
BSTR
)editingPanel.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewAccessibleObjectTests.cs (3)
41
string itemStatus = ((
BSTR
)dataGridView.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ItemStatusPropertyId)).ToStringAndFree();
69
string itemStatus = ((
BSTR
)dataGridView.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ItemStatusPropertyId)).ToStringAndFree();
1675
Assert.Equal(SR.NotSortedAccessibleStatus, ((
BSTR
)actual).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewButtonCellAccessibleObjectTests.cs (1)
31
Assert.Equal(SR.DataGridView_AccButtonCellDefaultAction, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (5)
158
Assert.Equal(expected, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
686
Assert.Equal(accessibleObject.Name, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
687
Assert.Equal(accessibleObject.Name, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
702
Assert.Equal(accessibleObject.Help ?? string.Empty, ((
BSTR
)actual).ToStringAndFree());
1046
Assert.Equal(expected, ((
BSTR
)dataGridViewCellAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewCheckBoxCellAccessibleObjectTests.cs (4)
81
Assert.False(bool.Parse(((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree()));
85
Assert.True(bool.Parse(((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree()));
168
Assert.Equal(SR.DataGridView_AccCheckBoxCellDefaultActionCheck, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
173
Assert.Equal(expected, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewColumnHeaderCellAccessibleObjectTests.cs (2)
120
Assert.Equal(SR.DataGridView_AccColumnHeaderCellDefaultAction, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
151
Assert.Equal("Header text 1", ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewRowAccessibleObjectTests.cs (1)
2386
Assert.Equal("test1", ((
BSTR
)dataGridView.Rows[0].AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewSelectedCellsAccessibleObjectTests.cs (1)
207
Assert.Equal("Selected Cells", ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewSelectedRowCellsAccessibleObjectTests.cs (1)
216
Assert.Equal("Selected Row Cells", ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DataGridViewTopRowAccessibleObjectTests.cs (4)
1243
Assert.Equal(string.Empty, ((
BSTR
)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
1244
Assert.Equal(SR.DataGridView_AccTopRow, ((
BSTR
)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
1245
Assert.Equal(SR.DataGridView_AccTopRow, ((
BSTR
)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
1246
Assert.Equal("Top Row", ((
BSTR
)topRowAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs (2)
55
string actual = ((
BSTR
)dateTimePicker.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LocalizedControlTypePropertyId)).ToStringAndFree();
117
Assert.Equal(dt.ToLongDateString(), ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\GroupBoxAccessibleObjectTests.cs (3)
27
Assert.Equal(testAccName, ((
BSTR
)groupBoxAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
28
Assert.Equal(testAccName, ((
BSTR
)groupBoxAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
129
string actual = ((
BSTR
)ownerControl.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\LabelAccessibleObjectTests.cs (1)
28
string value = ((
BSTR
)accessibilityObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\LinkLabel.Link.LinkAccessibleObjectTests.cs (2)
202
string actual = ((
BSTR
)linkAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
238
string actual = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (2)
65
Assert.Equal(itemAccessibleObject.Name, ((
BSTR
)actual).ToStringAndFree());
114
string actual = ((
BSTR
)itemAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (2)
213
string accessibleName = ((
BSTR
)listAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
216
string automationId = ((
BSTR
)listAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (9)
62
string accessibleName = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
65
string automationId = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree();
94
Assert.Equal(list.DefaultGroup.Header, ((
BSTR
)defaultGroupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
95
Assert.Equal("Group1", ((
BSTR
)groupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
96
Assert.Equal("Group1", ((
BSTR
)groupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
98
Assert.Equal("ListViewGroup-0", ((
BSTR
)defaultGroupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
99
Assert.Equal("ListViewGroup-1", ((
BSTR
)groupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
109
Assert.Equal("WinForm", ((
BSTR
)groupAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_FrameworkIdPropertyId)).ToStringAndFree());
126
string accessibleName = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemAccessibleObjectTests.cs (2)
100
string accessibleName = ((
BSTR
)listItemAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
104
string automationId = ((
BSTR
)listItemAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemBaseAccessibleObjectTests.cs (3)
264
Assert.Equal("WinForm", ((
BSTR
)actual).ToString());
275
Assert.Equal(SR.AccessibleActionDoubleClick, ((
BSTR
)item.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
400
Assert.Equal(expected, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObjectTests.cs (3)
82
string accessibleName = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
85
string automationId = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree();
88
string frameworkId = ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_FrameworkIdPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (4)
31
Assert.Equal(accessibilityObject.Name, ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
32
Assert.Empty(((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree());
37
Assert.Equal("1", ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
38
Assert.Empty(((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\MaskedTextBox.MaskedTextBoxAccessibleObjectTests.cs (4)
93
Assert.Equal(expectedAccessibleName, ((
BSTR
)actual).ToStringAndFree());
109
string actual = ((
BSTR
)maskedTextBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
124
string actual = ((
BSTR
)maskedTextBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree();
138
string actual = ((
BSTR
)maskedTextBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\MenuStrip.MenuStripAccessibleObjectTests.cs (1)
26
Assert.Equal("Test Name", ((
BSTR
)accessibleName).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarButtonAccessibleObjectTests.cs (1)
45
Assert.Equal(SR.AccessibleActionClick, ((
BSTR
)buttonAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs (1)
86
Assert.Equal(dt.ToLongDateString(), ((
BSTR
)monthCalendar.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\PrintPreviewControl.PrintPreviewControlAccessibleObjectTests.cs (1)
36
string value = ((
BSTR
)accessibleObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\RadioButton.RadioButtonAccessibleObjectTests.cs (1)
56
Assert.Equal("TestActionDescription", ((
BSTR
)radioButtonAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\SplitContainer.SplitContainerAccessibleObjectTests.cs (1)
89
string value = ((
BSTR
)accessibleObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\StatusStrip.StatusStripAccessibleObjectTests.cs (1)
26
Assert.Equal("Test Name", ((
BSTR
)accessibleName).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\TabControl.TabControlAccessibleObjectTests.cs (3)
611
Assert.Equal(accessibleDefaultActionDescription, ((
BSTR
)actual).ToStringAndFree());
723
Assert.Equal(expectedKeyboardShortcut, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree());
765
string actual = ((
BSTR
)tabControl.AccessibilityObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\TabPage.TabPageAccessibleObjectTests.cs (2)
479
Assert.Equal(expectedKeyboardShortcut, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree());
494
string actual = ((
BSTR
)tabPage.AccessibilityObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\TextBoxAccessibleObjectTests.cs (2)
102
string actual = ((
BSTR
)textBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_ValueValuePropertyId)).ToStringAndFree();
131
string helpText = ((
BSTR
)textBox.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ToolStripAccessibleObjectTests.cs (1)
36
Assert.Equal("Test Name", ((
BSTR
)accessibleName).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\ToolStripContainer.ToolStripContainerAccessibleObjectTests.cs (1)
34
string value = ((
BSTR
)accessibleObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\ToolStripItemAccessibleObjectTests.cs (2)
101
Assert.Equal(string.Empty, ((
BSTR
)result).ToString());
109
Assert.Equal("Test Name", ((
BSTR
)accessibleName).ToString());
System\Windows\Forms\AccessibleObjects\ToolStripTextBox.ToolStripTextBoxAccessibleObjectTests.cs (1)
24
Assert.Equal("Test Name", ((
BSTR
)accessibleName).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarAccessibleObjectTests.cs (2)
337
Assert.Equal(defaultAction, ((
BSTR
)actual).ToStringAndFree());
438
string value = ((
BSTR
)accessibilityObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs (5)
30
Assert.Equal(accessibilityObject.Name, ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
31
Assert.Empty(((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree());
36
Assert.Equal(((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree(), ((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());
37
Assert.Empty(((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs (1)
92
string actual = ((
BSTR
)upDownButtons.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
System\Windows\Forms\AccessibleObjects\WebBrowser.WebBrowserAccessibleObjectTests.cs (1)
35
string value = ((
BSTR
)accessibleObject.GetPropertyValue((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
System\Windows\Forms\ComboBox.ComboBoxChildEditUiaProviderTests.cs (4)
165
Assert.Equal(SR.ComboBoxEditDefaultAccessibleName, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
166
Assert.Equal(SR.ComboBoxEditDefaultAccessibleName, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
171
Assert.Equal(comboBox.AccessibleName, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
172
Assert.Equal(comboBox.AccessibleName, ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (9)
307
HRESULT IAccessible.Interface.get_accName(VARIANT varChild,
BSTR
* pszName) => HRESULT.E_NOTIMPL;
308
HRESULT IAccessible.Interface.get_accValue(VARIANT varChild,
BSTR
* pszValue) => HRESULT.E_NOTIMPL;
309
HRESULT IAccessible.Interface.get_accDescription(VARIANT varChild,
BSTR
* pszDescription) => HRESULT.E_NOTIMPL;
312
HRESULT IAccessible.Interface.get_accHelp(VARIANT varChild,
BSTR
* pszHelp) => HRESULT.E_NOTIMPL;
313
HRESULT IAccessible.Interface.get_accHelpTopic(
BSTR
* pszHelpFile, VARIANT varChild, int* pidTopic) => HRESULT.E_NOTIMPL;
314
HRESULT IAccessible.Interface.get_accKeyboardShortcut(VARIANT varChild,
BSTR
* pszKeyboardShortcut) => HRESULT.E_NOTIMPL;
316
HRESULT IAccessible.Interface.get_accDefaultAction(VARIANT varChild,
BSTR
* pszDefaultAction) => HRESULT.E_NOTIMPL;
322
HRESULT IAccessible.Interface.put_accName(VARIANT varChild,
BSTR
szName) => HRESULT.E_NOTIMPL;
323
HRESULT IAccessible.Interface.put_accValue(VARIANT varChild,
BSTR
szValue) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Control.ActiveXFontMarshallerTests.cs (1)
24
using
BSTR
name = iFont.Value->Name;
System\Windows\Forms\HtmlDocumentTests.cs (24)
456
using
BSTR
cookie = default;
463
using
BSTR
cookie2 = default;
514
using
BSTR
charSet = new("UTF-8");
619
using
BSTR
charSet = new("UTF-8");
645
BSTR
charset = default;
652
BSTR
charset2 = default;
1119
using
BSTR
bstrRtl = new(rtl);
1144
using
BSTR
dir = default;
1151
using
BSTR
dir2 = default;
1158
using
BSTR
dir3 = default;
1208
using
BSTR
bstrTitle = new(title);
1232
using
BSTR
title = default;
1239
using
BSTR
title2 = default;
1490
using
BSTR
name = new(eventName);
2019
using
BSTR
onClick = new("onclick");
2057
using
BSTR
onContextMenu = new("oncontextmenu");
2095
using
BSTR
onFocusing = new("onfocusin");
2133
using
BSTR
onFocusOut = new("onfocusout");
2171
using
BSTR
onMouseDown = new("onmousedown");
2209
using
BSTR
onMouseOut = new("onmouseout");
2247
using
BSTR
onMouseMove = new("onmousemove");
2285
using
BSTR
onMouseOver = new("onmouseover");
2323
using
BSTR
onMouseUp = new("onmouseup");
2361
using
BSTR
onStop = new("onstop");
System\Windows\Forms\HtmlElementTests.cs (43)
354
using
BSTR
bstrId = new(id);
381
using
BSTR
id = default;
388
using
BSTR
id2 = default;
444
using
BSTR
innerHtml = new(value);
472
using
BSTR
innerHtml = default;
479
using
BSTR
innerHtml2 = default;
565
using
BSTR
innerHtml = new(value);
593
using
BSTR
innerText = default;
600
using
BSTR
innerText2 = default;
683
using
BSTR
name = new("name");
709
using
BSTR
name = new("name");
866
using
BSTR
innerHtml = new(value);
899
using
BSTR
outerHTML = default;
906
using
BSTR
outerHTML2 = default;
977
using
BSTR
innerHtml = new(value);
1005
using
BSTR
outerText = default;
1012
using
BSTR
outerText2 = default;
1290
using
BSTR
bstrStyle = new(style);
1328
using
BSTR
cssText = default;
1600
using
BSTR
name = new(eventName);
1643
using
BSTR
name = new(eventName);
1683
using
BSTR
name = new(eventName);
1871
using
BSTR
id = new("id");
1874
using
BSTR
customAttribute = new("customAttribute");
2567
using
BSTR
onClick = new("onclick");
2608
using
BSTR
ondblclick = new("ondblclick");
2649
using
BSTR
onDrag = new("ondrag");
2690
using
BSTR
onDragEnd = new("ondragend");
2731
using
BSTR
onDragLeave = new("ondragleave");
2772
using
BSTR
onDragOver = new("ondragover");
2813
using
BSTR
onFocus = new("onfocus");
2854
using
BSTR
onFocusin = new("onfocusin");
2895
using
BSTR
onFocusOut = new("onfocusout");
2936
using
BSTR
onBlur = new("onblur");
2977
using
BSTR
onKeyDown = new("onkeydown");
3018
using
BSTR
onKeyPress = new("onkeypress");
3059
using
BSTR
onKeyUp = new("onkeyup");
3100
using
BSTR
onMouseDown = new("onmousedown");
3141
using
BSTR
onMouseEnter = new("onmouseenter");
3182
using
BSTR
onMouseLeave = new("onmouseleave");
3225
using
BSTR
onMouseMove = new("onmousemove");
3264
using
BSTR
onMouseOver = new("onmouseover");
3305
using
BSTR
onMouseUp = new("onmouseup");
System\Windows\Forms\HtmlToClrEventProxyTest.cs (3)
24
using
BSTR
onHtmlEvent = default;
30
using
BSTR
eventName = default;
36
using
BSTR
getEventName = default;
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObjectTests.cs (1)
50
((
BSTR
)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs (1)
165
Assert.Equal("WinForm", ((
BSTR
)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_FrameworkIdPropertyId)).ToStringAndFree());
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (1)
563
using
BSTR
name = default;
RichTextBoxTests.cs (1)
224
using
BSTR
text = default;