547 references to IHTMLElement
System.Windows.Forms (29)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
80
IHTMLElement
* iHtmlElement;
91
IHTMLElement
* iHtmlElement;
452
IHTMLElement
* iHTMLElement;
460
IHTMLElement
* iHTMLElement;
495
IHTMLElement
* iHTMLElement;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (11)
34
private readonly AgileComPointer<
IHTMLElement
> _htmlElement;
41
internal HtmlElement(HtmlShimManager shimManager,
IHTMLElement
* element)
168
IHTMLElement
* iHtmlElement = null;
177
hr = child.Value->QueryInterface(IID.Get<
IHTMLElement
>(), (void**)&iHtmlElement);
267
internal AgileComPointer<
IHTMLElement
> NativeHtmlElement => _htmlElement;
284
IHTMLElement
* iHtmlElement = null;
293
hr = sibling.Value->QueryInterface(IID.Get<
IHTMLElement
>(), (void**)&iHtmlElement);
326
IHTMLElement
* iHtmlElement;
395
IHTMLElement
* iHtmlElement;
562
using var insertedElement = ComHelpers.GetComScope<
IHTMLElement
>(newElement.DomElement);
563
IHTMLElement
* adjElement;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
68
public
IHTMLElement
.Interface NativeHtmlElement => (
IHTMLElement
.Interface)_htmlElement.NativeHtmlElement.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (4)
59
IHTMLElement
* htmlElement;
60
return !dispatch.IsNull && dispatch.Value->QueryInterface(IID.Get<
IHTMLElement
>(), (void**)&htmlElement).Succeeded
79
IHTMLElement
* htmlElement;
80
return !dispatch.IsNull && dispatch.Value->QueryInterface(IID.Get<
IHTMLElement
>(), (void**)&htmlElement).Succeeded
System\Windows\Forms\Controls\WebBrowser\HtmlElementEventArgs.cs (4)
107
IHTMLElement
.Interface htmlElement = NativeHTMLEventObj.GetFromElement();
108
return htmlElement is null ? null : new HtmlElement(_shimManager, ComHelpers.GetComPointer<
IHTMLElement
>(htmlElement));
118
IHTMLElement
.Interface htmlElement = NativeHTMLEventObj.GetToElement();
119
return htmlElement is null ? null : new HtmlElement(_shimManager, ComHelpers.GetComPointer<
IHTMLElement
>(htmlElement));
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (3)
190
using ComScope<
IHTMLElement
> bodyElement = new(null);
248
IHTMLElement
* htmlElement;
249
return !htmlFrameBase.IsNull && htmlFrameBase.Value->QueryInterface(IID.Get<
IHTMLElement
>(), (void**)&htmlElement).Succeeded
System.Windows.Forms.Primitives (502)
Interop\Mshtml\Interop.IHTMLEventObj.cs (3)
15
[return: MarshalAs(UnmanagedType.Interface)] Windows.Win32.Web.MsHtml.
IHTMLElement
.Interface GetSrcElement();
23
[return: MarshalAs(UnmanagedType.Interface)] Windows.Win32.Web.MsHtml.
IHTMLElement
.Interface GetFromElement();
24
[return: MarshalAs(UnmanagedType.Interface)] Windows.Win32.Web.MsHtml.
IHTMLElement
.Interface GetToElement();
Windows.Win32.IHTMLDocument2.g.cs (20)
164
private static winmdroot.Foundation.HRESULT get_body(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
181
public unsafe winmdroot.Foundation.HRESULT get_body(winmdroot.Web.MsHtml.
IHTMLElement
** p)
183
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
189
private static winmdroot.Foundation.HRESULT get_activeElement(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
206
public unsafe winmdroot.Foundation.HRESULT get_activeElement(winmdroot.Web.MsHtml.
IHTMLElement
** p)
208
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
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);
2910
private static winmdroot.Foundation.HRESULT elementFromPoint(IHTMLDocument2* pThis, int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit)
2927
public unsafe winmdroot.Foundation.HRESULT elementFromPoint(int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit)
2929
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,int ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLDocument2*)Unsafe.AsPointer(ref this), x, y, elementHit);
3193
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_body_10;
3195
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_activeElement_11;
3319
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> createElement_73;
3389
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,int ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> elementFromPoint_108;
3545
unsafe winmdroot.Foundation.HRESULT get_body(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3548
unsafe winmdroot.Foundation.HRESULT get_activeElement(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3768
unsafe winmdroot.Foundation.HRESULT createElement(winmdroot.Foundation.BSTR eTag, winmdroot.Web.MsHtml.
IHTMLElement
** newElem);
3873
unsafe winmdroot.Foundation.HRESULT elementFromPoint(int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit);
Windows.Win32.IHTMLDocument3.g.cs (11)
191
private static winmdroot.Foundation.HRESULT get_documentElement(IHTMLDocument3* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
209
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* documentElement
213
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
214
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).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);
1295
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_documentElement_11;
1367
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> getElementById_47;
1443
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* documentElement
1560
unsafe winmdroot.Foundation.HRESULT getElementById(winmdroot.Foundation.BSTR v, winmdroot.Web.MsHtml.
IHTMLElement
** pel);
Windows.Win32.IHTMLElement.g.cs (392)
25
:IVTable<
IHTMLElement
,
IHTMLElement
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLElement
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint>)lpVtbl[1])((
IHTMLElement
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint>)lpVtbl[2])((
IHTMLElement
*)Unsafe.AsPointer(ref this));
65
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLElement
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
70
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLElement
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
91
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLElement
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
108
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IHTMLElement
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
114
private static winmdroot.Foundation.HRESULT setAttribute(
IHTMLElement
* pThis, 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);
149
private static winmdroot.Foundation.HRESULT getAttribute(
IHTMLElement
* pThis, 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)
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)
223
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
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)
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)
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)
326
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
332
private static winmdroot.Foundation.HRESULT get_parentElement(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
349
public unsafe winmdroot.Foundation.HRESULT get_parentElement(winmdroot.Web.MsHtml.
IHTMLElement
** p)
351
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
357
private static winmdroot.Foundation.HRESULT get_style(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.IHTMLStyle** p)
376
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
382
private static winmdroot.Foundation.HRESULT put_onhelp(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
404
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
409
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
417
private static winmdroot.Foundation.HRESULT get_onhelp(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
438
private static winmdroot.Foundation.HRESULT put_onclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
460
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
465
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
473
private static winmdroot.Foundation.HRESULT get_onclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
494
private static winmdroot.Foundation.HRESULT put_ondblclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
516
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
521
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
529
private static winmdroot.Foundation.HRESULT get_ondblclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
550
private static winmdroot.Foundation.HRESULT put_onkeydown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
572
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
577
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
585
private static winmdroot.Foundation.HRESULT get_onkeydown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
606
private static winmdroot.Foundation.HRESULT put_onkeyup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
628
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
633
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
641
private static winmdroot.Foundation.HRESULT get_onkeyup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
662
private static winmdroot.Foundation.HRESULT put_onkeypress(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
684
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
689
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
697
private static winmdroot.Foundation.HRESULT get_onkeypress(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
718
private static winmdroot.Foundation.HRESULT put_onmouseout(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
740
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
745
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
753
private static winmdroot.Foundation.HRESULT get_onmouseout(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
774
private static winmdroot.Foundation.HRESULT put_onmouseover(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
796
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
801
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
809
private static winmdroot.Foundation.HRESULT get_onmouseover(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
830
private static winmdroot.Foundation.HRESULT put_onmousemove(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
852
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
857
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
865
private static winmdroot.Foundation.HRESULT get_onmousemove(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
886
private static winmdroot.Foundation.HRESULT put_onmousedown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
908
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
913
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
921
private static winmdroot.Foundation.HRESULT get_onmousedown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
942
private static winmdroot.Foundation.HRESULT put_onmouseup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
964
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
969
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
977
private static winmdroot.Foundation.HRESULT get_onmouseup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
998
private static winmdroot.Foundation.HRESULT get_document(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
1017
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1023
private static winmdroot.Foundation.HRESULT put_title(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1045
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
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)
1101
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
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)
1135
private static winmdroot.Foundation.HRESULT put_onselectstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
1157
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1162
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1170
private static winmdroot.Foundation.HRESULT get_onselectstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1191
private static winmdroot.Foundation.HRESULT scrollIntoView(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT varargStart)
1210
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IHTMLElement
*)Unsafe.AsPointer(ref this), varargStart);
1216
private static winmdroot.Foundation.HRESULT contains(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1233
public unsafe winmdroot.Foundation.VARIANT_BOOL contains(winmdroot.Web.MsHtml.
IHTMLElement
* pChild)
1236
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
IHTMLElement
*)Unsafe.AsPointer(ref this), pChild, &__retVal).ThrowOnFailure();
1243
private static winmdroot.Foundation.HRESULT get_sourceIndex(
IHTMLElement
* pThis, int* p)
1266
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1274
private static winmdroot.Foundation.HRESULT get_recordNumber(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1297
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1305
private static winmdroot.Foundation.HRESULT put_lang(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1327
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
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)
1371
private static winmdroot.Foundation.HRESULT get_offsetLeft(
IHTMLElement
* pThis, int* p)
1390
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1406
private static winmdroot.Foundation.HRESULT get_offsetTop(
IHTMLElement
* pThis, int* p)
1425
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1441
private static winmdroot.Foundation.HRESULT get_offsetWidth(
IHTMLElement
* pThis, int* p)
1460
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1476
private static winmdroot.Foundation.HRESULT get_offsetHeight(
IHTMLElement
* pThis, int* p)
1495
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1501
private static winmdroot.Foundation.HRESULT get_offsetParent(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
1518
public unsafe winmdroot.Foundation.HRESULT get_offsetParent(winmdroot.Web.MsHtml.
IHTMLElement
** p)
1520
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1526
private static winmdroot.Foundation.HRESULT put_innerHTML(
IHTMLElement
* pThis, 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)
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)
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)
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)
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)
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)
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)
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)
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)
1770
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IHTMLElement
*)Unsafe.AsPointer(ref this), where, text).ThrowOnFailure();
1776
private static winmdroot.Foundation.HRESULT get_parentTextEdit(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
1794
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* parentTextEdit
1798
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
1799
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1807
private static winmdroot.Foundation.HRESULT get_isTextEdit(
IHTMLElement
* pThis, winmdroot.Foundation.VARIANT_BOOL* p)
1830
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1838
private static winmdroot.Foundation.HRESULT click(
IHTMLElement
* pThis)
1857
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IHTMLElement
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1863
private static winmdroot.Foundation.HRESULT get_filters(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.IHTMLFiltersCollection** p)
1886
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLFiltersCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1894
private static winmdroot.Foundation.HRESULT put_ondragstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
1916
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1921
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1929
private static winmdroot.Foundation.HRESULT get_ondragstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1950
private static winmdroot.Foundation.HRESULT toString(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* String)
1970
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
1977
private static winmdroot.Foundation.HRESULT put_onbeforeupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
1999
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2004
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2012
private static winmdroot.Foundation.HRESULT get_onbeforeupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2033
private static winmdroot.Foundation.HRESULT put_onafterupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2055
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2060
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2068
private static winmdroot.Foundation.HRESULT get_onafterupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2089
private static winmdroot.Foundation.HRESULT put_onerrorupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2111
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2116
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2124
private static winmdroot.Foundation.HRESULT get_onerrorupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2145
private static winmdroot.Foundation.HRESULT put_onrowexit(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2167
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2172
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2180
private static winmdroot.Foundation.HRESULT get_onrowexit(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2201
private static winmdroot.Foundation.HRESULT put_onrowenter(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2223
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2228
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2236
private static winmdroot.Foundation.HRESULT get_onrowenter(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2257
private static winmdroot.Foundation.HRESULT put_ondatasetchanged(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2279
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2284
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2292
private static winmdroot.Foundation.HRESULT get_ondatasetchanged(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2313
private static winmdroot.Foundation.HRESULT put_ondataavailable(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2335
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2340
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2348
private static winmdroot.Foundation.HRESULT get_ondataavailable(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2369
private static winmdroot.Foundation.HRESULT put_ondatasetcomplete(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2391
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2396
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2404
private static winmdroot.Foundation.HRESULT get_ondatasetcomplete(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2425
private static winmdroot.Foundation.HRESULT put_onfilterchange(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2447
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2452
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2460
private static winmdroot.Foundation.HRESULT get_onfilterchange(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2481
private static winmdroot.Foundation.HRESULT get_children(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
2500
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
2506
private static winmdroot.Foundation.HRESULT get_all(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
2525
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
2549
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2551
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint> AddRef_2;
2553
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint> Release_3;
2555
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2557
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2559
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2561
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
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;
2579
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_parentElement_16;
2581
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT> get_style_17;
2583
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_18;
2585
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_19;
2587
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onclick_20;
2589
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onclick_21;
2591
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondblclick_22;
2593
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondblclick_23;
2595
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeydown_24;
2597
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeydown_25;
2599
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeyup_26;
2601
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeyup_27;
2603
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeypress_28;
2605
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeypress_29;
2607
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseout_30;
2609
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseout_31;
2611
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseover_32;
2613
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseover_33;
2615
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousemove_34;
2617
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousemove_35;
2619
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousedown_36;
2621
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousedown_37;
2623
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseup_38;
2625
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseup_39;
2627
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_document_40;
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;
2637
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onselectstart_45;
2639
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onselectstart_46;
2641
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> scrollIntoView_47;
2643
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> contains_48;
2645
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_sourceIndex_49;
2647
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_recordNumber_50;
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;
2653
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetLeft_53;
2655
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetTop_54;
2657
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetWidth_55;
2659
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetHeight_56;
2661
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_offsetParent_57;
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;
2683
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_parentTextEdit_68;
2685
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isTextEdit_69;
2687
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.HRESULT> click_70;
2689
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLFiltersCollection** ,winmdroot.Foundation.HRESULT> get_filters_71;
2691
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragstart_72;
2693
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragstart_73;
2695
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> toString_74;
2697
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeupdate_75;
2699
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeupdate_76;
2701
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onafterupdate_77;
2703
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onafterupdate_78;
2705
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerrorupdate_79;
2707
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerrorupdate_80;
2709
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowexit_81;
2711
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowexit_82;
2713
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowenter_83;
2715
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowenter_84;
2717
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetchanged_85;
2719
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetchanged_86;
2721
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondataavailable_87;
2723
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondataavailable_88;
2725
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetcomplete_89;
2727
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetcomplete_90;
2729
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfilterchange_91;
2731
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfilterchange_92;
2733
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_children_93;
2735
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_all_94;
2871
unsafe winmdroot.Foundation.HRESULT get_parentElement(winmdroot.Web.MsHtml.
IHTMLElement
** p);
2967
unsafe winmdroot.Foundation.HRESULT contains(winmdroot.Web.MsHtml.
IHTMLElement
* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult);
2998
unsafe winmdroot.Foundation.HRESULT get_offsetParent(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3030
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* parentTextEdit
Windows.Win32.IHTMLElement2.g.cs (27)
2388
private static winmdroot.Foundation.HRESULT mergeAttributes(IHTMLElement2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis)
2405
public unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis)
2407
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLElement2*)Unsafe.AsPointer(ref this), mergeThis).ThrowOnFailure();
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)
2513
winmdroot.Web.MsHtml.
IHTMLElement
* __retVal = default(winmdroot.Web.MsHtml.
IHTMLElement
*);
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();
3096
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.HRESULT> mergeAttributes_88;
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;
3499
unsafe winmdroot.Foundation.HRESULT mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis);
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);
Windows.Win32.IHTMLElement3.g.cs (7)
111
/// <inheritdoc cref="mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
*, winmdroot.System.Variant.VARIANT*)"/>
112
internal unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, in winmdroot.System.Variant.VARIANT pvarFlags)
123
private static winmdroot.Foundation.HRESULT mergeAttributes(IHTMLElement3* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags)
140
public unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags)
142
((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement3*)Unsafe.AsPointer(ref this), mergeThis, pvarFlags).ThrowOnFailure();
1381
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> mergeAttributes_8;
1533
unsafe winmdroot.Foundation.HRESULT mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags);
Windows.Win32.IHTMLEventObj.g.cs (18)
114
private static winmdroot.Foundation.HRESULT get_srcElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
132
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* srcElement
136
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
137
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
350
private static winmdroot.Foundation.HRESULT get_fromElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
368
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* fromElement
372
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
373
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
381
private static winmdroot.Foundation.HRESULT get_toElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
399
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* toElement
403
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
404
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
903
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_srcElement_8;
919
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_fromElement_16;
921
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_toElement_17;
1000
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* srcElement
1032
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* fromElement
1037
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* toElement
Windows.Win32.IHTMLStyleSheet.g.cs (6)
201
private static winmdroot.Foundation.HRESULT get_owningElement(IHTMLStyleSheet* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
219
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* owningElement
223
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
224
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
753
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_owningElement_11;
843
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* owningElement
Windows.Win32.Web_MsHtml_IHTMLElement_Extensions.g.cs (16)
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)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.contains(winmdroot.Web.MsHtml.
IHTMLElement
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT contains(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, winmdroot.Web.MsHtml.
IHTMLElement
* pChild, out winmdroot.Foundation.VARIANT_BOOL pfResult)
53
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetLeft(int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_offsetLeft(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
63
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetTop(int*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT get_offsetTop(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
73
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetWidth(int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_offsetWidth(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
83
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetHeight(int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT get_offsetHeight(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
Windows.Win32.Web_MsHtml_IHTMLElement3_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT mergeAttributes(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, in winmdroot.System.Variant.VARIANT pvarFlags)
System.Windows.Forms.Tests (16)
System\Windows\Forms\HtmlElementTests.cs (16)
172
Assert.True(domElement is
IHTMLElement
.Interface);
353
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
378
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
443
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
469
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
564
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
590
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
682
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
708
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
865
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
896
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
976
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
1002
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
1287
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
1325
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);
1870
using var iHTMLElement = ComHelpers.GetComScope<
IHTMLElement
>(element.DomElement);