3 references to getAttribute
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
542
htmlElement.Value->
getAttribute
(name, 0, &attributeValue).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLElement.g.cs (2)
136
/// <inheritdoc cref="
getAttribute
(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/>
141
winmdroot.Foundation.HRESULT __result = this.
getAttribute
(strAttributeName, lFlags, AttributeValueLocal);