545 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 (516)
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (20)
189
private static winmdroot.Foundation.HRESULT get_body(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
206
public unsafe winmdroot.Foundation.HRESULT get_body(winmdroot.Web.MsHtml.
IHTMLElement
** p)
208
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
214
private static winmdroot.Foundation.HRESULT get_activeElement(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
231
public unsafe winmdroot.Foundation.HRESULT get_activeElement(winmdroot.Web.MsHtml.
IHTMLElement
** p)
233
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
2030
private static winmdroot.Foundation.HRESULT createElement(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR eTag, winmdroot.Web.MsHtml.
IHTMLElement
** newElem)
2047
public unsafe winmdroot.Foundation.HRESULT createElement(winmdroot.Foundation.BSTR eTag, winmdroot.Web.MsHtml.
IHTMLElement
** newElem)
2049
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLDocument2*)Unsafe.AsPointer(ref this), eTag, newElem);
3007
private static winmdroot.Foundation.HRESULT elementFromPoint(IHTMLDocument2* pThis, int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit)
3024
public unsafe winmdroot.Foundation.HRESULT elementFromPoint(int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit)
3026
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,int ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLDocument2*)Unsafe.AsPointer(ref this), x, y, elementHit);
3292
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_body_10;
3294
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_activeElement_11;
3418
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> createElement_73;
3488
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,int ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> elementFromPoint_108;
3644
unsafe winmdroot.Foundation.HRESULT get_body(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3647
unsafe winmdroot.Foundation.HRESULT get_activeElement(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3867
unsafe winmdroot.Foundation.HRESULT createElement(winmdroot.Foundation.BSTR eTag, winmdroot.Web.MsHtml.
IHTMLElement
** newElem);
3972
unsafe winmdroot.Foundation.HRESULT elementFromPoint(int x, int y, winmdroot.Web.MsHtml.
IHTMLElement
** elementHit);
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (11)
216
private static winmdroot.Foundation.HRESULT get_documentElement(IHTMLDocument3* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
234
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* documentElement
238
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
239
((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1244
private static winmdroot.Foundation.HRESULT getElementById(IHTMLDocument3* pThis, winmdroot.Foundation.BSTR v, winmdroot.Web.MsHtml.
IHTMLElement
** pel)
1261
public unsafe winmdroot.Foundation.HRESULT getElementById(winmdroot.Foundation.BSTR v, winmdroot.Web.MsHtml.
IHTMLElement
** pel)
1263
return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v, pel);
1334
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_documentElement_11;
1406
internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> getElementById_47;
1482
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* documentElement
1599
unsafe winmdroot.Foundation.HRESULT getElementById(winmdroot.Foundation.BSTR v, winmdroot.Web.MsHtml.
IHTMLElement
** pel);
_generated\148\Windows.Win32.IHTMLElement.g.cs (392)
26
:winmdroot.IVTable<
IHTMLElement
,
IHTMLElement
.Vtbl>,IComIID {
43
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLElement
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint>)lpVtbl[1])((
IHTMLElement
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint>)lpVtbl[2])((
IHTMLElement
*)Unsafe.AsPointer(ref this));
68
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLElement
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
73
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLElement
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
94
((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();
133
((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();
139
private static winmdroot.Foundation.HRESULT setAttribute(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags)
158
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);
175
private static winmdroot.Foundation.HRESULT getAttribute(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue)
194
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);
200
private static winmdroot.Foundation.HRESULT removeAttribute(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
220
((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();
227
private static winmdroot.Foundation.HRESULT put_className(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
249
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
254
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
262
private static winmdroot.Foundation.HRESULT get_className(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
283
private static winmdroot.Foundation.HRESULT put_id(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
302
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IHTMLElement
*)Unsafe.AsPointer(ref this), v);
319
private static winmdroot.Foundation.HRESULT get_id(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
338
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
355
private static winmdroot.Foundation.HRESULT get_tagName(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
374
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
380
private static winmdroot.Foundation.HRESULT get_parentElement(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
397
public unsafe winmdroot.Foundation.HRESULT get_parentElement(winmdroot.Web.MsHtml.
IHTMLElement
** p)
399
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
405
private static winmdroot.Foundation.HRESULT get_style(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.IHTMLStyle** p)
424
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
430
private static winmdroot.Foundation.HRESULT put_onhelp(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
452
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
457
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
465
private static winmdroot.Foundation.HRESULT get_onhelp(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
486
private static winmdroot.Foundation.HRESULT put_onclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
508
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
513
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
521
private static winmdroot.Foundation.HRESULT get_onclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
542
private static winmdroot.Foundation.HRESULT put_ondblclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
564
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
569
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
577
private static winmdroot.Foundation.HRESULT get_ondblclick(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
598
private static winmdroot.Foundation.HRESULT put_onkeydown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
620
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
625
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
633
private static winmdroot.Foundation.HRESULT get_onkeydown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
654
private static winmdroot.Foundation.HRESULT put_onkeyup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
676
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
681
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
689
private static winmdroot.Foundation.HRESULT get_onkeyup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
710
private static winmdroot.Foundation.HRESULT put_onkeypress(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
732
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
737
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
745
private static winmdroot.Foundation.HRESULT get_onkeypress(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
766
private static winmdroot.Foundation.HRESULT put_onmouseout(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
788
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
793
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
801
private static winmdroot.Foundation.HRESULT get_onmouseout(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
822
private static winmdroot.Foundation.HRESULT put_onmouseover(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
844
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
849
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
857
private static winmdroot.Foundation.HRESULT get_onmouseover(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
878
private static winmdroot.Foundation.HRESULT put_onmousemove(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
900
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
905
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
913
private static winmdroot.Foundation.HRESULT get_onmousemove(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
934
private static winmdroot.Foundation.HRESULT put_onmousedown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
956
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
961
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
969
private static winmdroot.Foundation.HRESULT get_onmousedown(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
990
private static winmdroot.Foundation.HRESULT put_onmouseup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
1012
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1017
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1025
private static winmdroot.Foundation.HRESULT get_onmouseup(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1046
private static winmdroot.Foundation.HRESULT get_document(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
1065
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1071
private static winmdroot.Foundation.HRESULT put_title(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1093
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1098
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1106
private static winmdroot.Foundation.HRESULT get_title(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1127
private static winmdroot.Foundation.HRESULT put_language(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1149
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1154
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1162
private static winmdroot.Foundation.HRESULT get_language(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1183
private static winmdroot.Foundation.HRESULT put_onselectstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
1205
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1210
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1218
private static winmdroot.Foundation.HRESULT get_onselectstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1239
private static winmdroot.Foundation.HRESULT scrollIntoView(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT varargStart)
1258
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IHTMLElement
*)Unsafe.AsPointer(ref this), varargStart);
1264
private static winmdroot.Foundation.HRESULT contains(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1281
public unsafe winmdroot.Foundation.VARIANT_BOOL contains(winmdroot.Web.MsHtml.
IHTMLElement
* pChild)
1284
((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();
1291
private static winmdroot.Foundation.HRESULT get_sourceIndex(
IHTMLElement
* pThis, int* p)
1314
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1322
private static winmdroot.Foundation.HRESULT get_recordNumber(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
1345
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1353
private static winmdroot.Foundation.HRESULT put_lang(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1375
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1380
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1388
private static winmdroot.Foundation.HRESULT get_lang(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1420
private static winmdroot.Foundation.HRESULT get_offsetLeft(
IHTMLElement
* pThis, int* p)
1439
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1456
private static winmdroot.Foundation.HRESULT get_offsetTop(
IHTMLElement
* pThis, int* p)
1475
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1492
private static winmdroot.Foundation.HRESULT get_offsetWidth(
IHTMLElement
* pThis, int* p)
1511
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1528
private static winmdroot.Foundation.HRESULT get_offsetHeight(
IHTMLElement
* pThis, int* p)
1547
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1553
private static winmdroot.Foundation.HRESULT get_offsetParent(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
1570
public unsafe winmdroot.Foundation.HRESULT get_offsetParent(winmdroot.Web.MsHtml.
IHTMLElement
** p)
1572
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1578
private static winmdroot.Foundation.HRESULT put_innerHTML(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1597
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
IHTMLElement
*)Unsafe.AsPointer(ref this), v);
1614
private static winmdroot.Foundation.HRESULT get_innerHTML(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1633
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1639
private static winmdroot.Foundation.HRESULT put_innerText(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1658
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
IHTMLElement
*)Unsafe.AsPointer(ref this), v);
1675
private static winmdroot.Foundation.HRESULT get_innerText(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1694
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1700
private static winmdroot.Foundation.HRESULT put_outerHTML(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1719
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
IHTMLElement
*)Unsafe.AsPointer(ref this), v);
1736
private static winmdroot.Foundation.HRESULT get_outerHTML(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1755
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1761
private static winmdroot.Foundation.HRESULT put_outerText(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR v)
1780
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
IHTMLElement
*)Unsafe.AsPointer(ref this), v);
1797
private static winmdroot.Foundation.HRESULT get_outerText(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* p)
1816
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
1822
private static winmdroot.Foundation.HRESULT insertAdjacentHTML(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR where, winmdroot.Foundation.BSTR html)
1841
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
IHTMLElement
*)Unsafe.AsPointer(ref this), where, html).ThrowOnFailure();
1847
private static winmdroot.Foundation.HRESULT insertAdjacentText(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR where, winmdroot.Foundation.BSTR text)
1866
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IHTMLElement
*)Unsafe.AsPointer(ref this), where, text).ThrowOnFailure();
1872
private static winmdroot.Foundation.HRESULT get_parentTextEdit(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
1890
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* parentTextEdit
1894
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
1895
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1903
private static winmdroot.Foundation.HRESULT get_isTextEdit(
IHTMLElement
* pThis, winmdroot.Foundation.VARIANT_BOOL* p)
1926
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1934
private static winmdroot.Foundation.HRESULT click(
IHTMLElement
* pThis)
1953
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IHTMLElement
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1959
private static winmdroot.Foundation.HRESULT get_filters(
IHTMLElement
* pThis, winmdroot.Web.MsHtml.IHTMLFiltersCollection** p)
1982
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLFiltersCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1990
private static winmdroot.Foundation.HRESULT put_ondragstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2012
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2017
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2025
private static winmdroot.Foundation.HRESULT get_ondragstart(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2046
private static winmdroot.Foundation.HRESULT toString(
IHTMLElement
* pThis, winmdroot.Foundation.BSTR* String)
2066
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
2073
private static winmdroot.Foundation.HRESULT put_onbeforeupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2095
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2100
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2108
private static winmdroot.Foundation.HRESULT get_onbeforeupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2129
private static winmdroot.Foundation.HRESULT put_onafterupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2151
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2156
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2164
private static winmdroot.Foundation.HRESULT get_onafterupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2185
private static winmdroot.Foundation.HRESULT put_onerrorupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2207
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2212
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2220
private static winmdroot.Foundation.HRESULT get_onerrorupdate(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2241
private static winmdroot.Foundation.HRESULT put_onrowexit(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2263
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2268
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2276
private static winmdroot.Foundation.HRESULT get_onrowexit(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2297
private static winmdroot.Foundation.HRESULT put_onrowenter(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2319
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2324
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2332
private static winmdroot.Foundation.HRESULT get_onrowenter(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2353
private static winmdroot.Foundation.HRESULT put_ondatasetchanged(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2375
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2380
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2388
private static winmdroot.Foundation.HRESULT get_ondatasetchanged(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2409
private static winmdroot.Foundation.HRESULT put_ondataavailable(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2431
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2436
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2444
private static winmdroot.Foundation.HRESULT get_ondataavailable(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2465
private static winmdroot.Foundation.HRESULT put_ondatasetcomplete(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2487
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2492
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2500
private static winmdroot.Foundation.HRESULT get_ondatasetcomplete(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2521
private static winmdroot.Foundation.HRESULT put_onfilterchange(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT v)
2543
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((
IHTMLElement
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2548
((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((
IHTMLElement
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2556
private static winmdroot.Foundation.HRESULT get_onfilterchange(
IHTMLElement
* pThis, winmdroot.System.Variant.VARIANT* p)
2577
private static winmdroot.Foundation.HRESULT get_children(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
2596
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
2602
private static winmdroot.Foundation.HRESULT get_all(
IHTMLElement
* pThis, winmdroot.System.Com.IDispatch** p)
2621
return ((delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((
IHTMLElement
*)Unsafe.AsPointer(ref this), p);
2647
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2649
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint> AddRef_2;
2651
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint> Release_3;
2653
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2655
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2657
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2659
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;
2661
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_8;
2663
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_9;
2665
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_10;
2667
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_className_11;
2669
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_className_12;
2671
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_id_13;
2673
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_id_14;
2675
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_tagName_15;
2677
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_parentElement_16;
2679
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT> get_style_17;
2681
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_18;
2683
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_19;
2685
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onclick_20;
2687
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onclick_21;
2689
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondblclick_22;
2691
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondblclick_23;
2693
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeydown_24;
2695
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeydown_25;
2697
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeyup_26;
2699
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeyup_27;
2701
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeypress_28;
2703
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeypress_29;
2705
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseout_30;
2707
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseout_31;
2709
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseover_32;
2711
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseover_33;
2713
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousemove_34;
2715
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousemove_35;
2717
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousedown_36;
2719
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousedown_37;
2721
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseup_38;
2723
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseup_39;
2725
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_document_40;
2727
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_title_41;
2729
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_title_42;
2731
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_language_43;
2733
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_language_44;
2735
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onselectstart_45;
2737
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onselectstart_46;
2739
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> scrollIntoView_47;
2741
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> contains_48;
2743
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_sourceIndex_49;
2745
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_recordNumber_50;
2747
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_lang_51;
2749
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_lang_52;
2751
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetLeft_53;
2753
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetTop_54;
2755
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetWidth_55;
2757
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,int* ,winmdroot.Foundation.HRESULT> get_offsetHeight_56;
2759
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_offsetParent_57;
2761
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_innerHTML_58;
2763
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_innerHTML_59;
2765
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_innerText_60;
2767
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_innerText_61;
2769
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_outerHTML_62;
2771
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_outerHTML_63;
2773
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_outerText_64;
2775
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_outerText_65;
2777
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> insertAdjacentHTML_66;
2779
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> insertAdjacentText_67;
2781
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_parentTextEdit_68;
2783
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isTextEdit_69;
2785
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.HRESULT> click_70;
2787
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Web.MsHtml.IHTMLFiltersCollection** ,winmdroot.Foundation.HRESULT> get_filters_71;
2789
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragstart_72;
2791
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragstart_73;
2793
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> toString_74;
2795
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeupdate_75;
2797
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeupdate_76;
2799
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onafterupdate_77;
2801
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onafterupdate_78;
2803
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerrorupdate_79;
2805
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerrorupdate_80;
2807
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowexit_81;
2809
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowexit_82;
2811
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowenter_83;
2813
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowenter_84;
2815
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetchanged_85;
2817
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetchanged_86;
2819
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondataavailable_87;
2821
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondataavailable_88;
2823
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetcomplete_89;
2825
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetcomplete_90;
2827
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfilterchange_91;
2829
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfilterchange_92;
2831
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_children_93;
2833
internal delegate *unmanaged [Stdcall]<
IHTMLElement
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_all_94;
2969
unsafe winmdroot.Foundation.HRESULT get_parentElement(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3065
unsafe winmdroot.Foundation.HRESULT contains(winmdroot.Web.MsHtml.
IHTMLElement
* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult);
3096
unsafe winmdroot.Foundation.HRESULT get_offsetParent(winmdroot.Web.MsHtml.
IHTMLElement
** p);
3128
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* parentTextEdit
_generated\149\Windows.Win32.IHTMLElement2.g.cs (27)
2423
private static winmdroot.Foundation.HRESULT mergeAttributes(IHTMLElement2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis)
2440
public unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis)
2442
((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLElement2*)Unsafe.AsPointer(ref this), mergeThis).ThrowOnFailure();
2504
private static winmdroot.Foundation.HRESULT insertAdjacentElement(IHTMLElement2* pThis, winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.
IHTMLElement
* insertedElement, winmdroot.Web.MsHtml.
IHTMLElement
** inserted)
2521
public unsafe winmdroot.Foundation.HRESULT insertAdjacentElement(winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.
IHTMLElement
* insertedElement, winmdroot.Web.MsHtml.
IHTMLElement
** inserted)
2523
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);
2529
private static winmdroot.Foundation.HRESULT applyElement(IHTMLElement2* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* apply, winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.
IHTMLElement
** applied)
2546
public unsafe winmdroot.Web.MsHtml.
IHTMLElement
* applyElement(winmdroot.Web.MsHtml.
IHTMLElement
* apply, winmdroot.Foundation.BSTR where)
2548
winmdroot.Web.MsHtml.
IHTMLElement
* __retVal = default(winmdroot.Web.MsHtml.
IHTMLElement
*);
2549
((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();
3135
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.HRESULT> mergeAttributes_88;
3141
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> insertAdjacentElement_91;
3143
internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> applyElement_92;
3538
unsafe winmdroot.Foundation.HRESULT mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis);
3547
unsafe winmdroot.Foundation.HRESULT insertAdjacentElement(winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.
IHTMLElement
* insertedElement, winmdroot.Web.MsHtml.
IHTMLElement
** inserted);
3550
unsafe winmdroot.Foundation.HRESULT applyElement(winmdroot.Web.MsHtml.
IHTMLElement
* apply, winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.
IHTMLElement
** applied);
_generated\150\Windows.Win32.IHTMLElement3.g.cs (7)
136
/// <inheritdoc cref="mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
*, winmdroot.System.Variant.VARIANT*)"/>
138
internal unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, in winmdroot.System.Variant.VARIANT pvarFlags)
149
private static winmdroot.Foundation.HRESULT mergeAttributes(IHTMLElement3* pThis, winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags)
166
public unsafe void mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags)
168
((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();
1411
internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.
IHTMLElement
* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> mergeAttributes_8;
1563
unsafe winmdroot.Foundation.HRESULT mergeAttributes(winmdroot.Web.MsHtml.
IHTMLElement
* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags);
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (18)
139
private static winmdroot.Foundation.HRESULT get_srcElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
157
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* srcElement
161
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
162
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
375
private static winmdroot.Foundation.HRESULT get_fromElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
393
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* fromElement
397
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
398
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
406
private static winmdroot.Foundation.HRESULT get_toElement(IHTMLEventObj* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
424
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* toElement
428
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
429
((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
930
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_srcElement_8;
946
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_fromElement_16;
948
internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_toElement_17;
1027
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* srcElement
1059
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* fromElement
1064
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* toElement
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (6)
226
private static winmdroot.Foundation.HRESULT get_owningElement(IHTMLStyleSheet* pThis, winmdroot.Web.MsHtml.
IHTMLElement
** p)
244
internal unsafe winmdroot.Web.MsHtml.
IHTMLElement
* owningElement
248
winmdroot.Web.MsHtml.
IHTMLElement
* __result;
249
((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
780
internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.
IHTMLElement
** ,winmdroot.Foundation.HRESULT> get_owningElement_11;
870
unsafe winmdroot.Web.MsHtml.
IHTMLElement
* owningElement
_generated\630\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)
_generated\632\Windows.Win32.Web_MsHtml_IHTMLElement_Extensions.g.cs (30)
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.get_id(winmdroot.Foundation.BSTR*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_id(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
53
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_tagName(winmdroot.Foundation.BSTR*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_tagName(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
63
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.contains(winmdroot.Web.MsHtml.
IHTMLElement
*, winmdroot.Foundation.VARIANT_BOOL*)"/>
64
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)
73
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetLeft(int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_offsetLeft(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
83
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetTop(int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT get_offsetTop(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
93
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetWidth(int*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT get_offsetWidth(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
103
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_offsetHeight(int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT get_offsetHeight(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out int p)
113
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_innerHTML(winmdroot.Foundation.BSTR*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT get_innerHTML(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
123
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_innerText(winmdroot.Foundation.BSTR*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT get_innerText(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
133
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_outerHTML(winmdroot.Foundation.BSTR*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT get_outerHTML(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
143
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.get_outerText(winmdroot.Foundation.BSTR*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT get_outerText(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR p)
153
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement
.Interface.toString(winmdroot.Foundation.BSTR*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT toString(this winmdroot.Web.MsHtml.
IHTMLElement
.Interface @this, out winmdroot.Foundation.BSTR String)
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();