HtmlControl.NativeElement Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property NativeElement As Object
Get
'Usage
Dim instance As HtmlControl
Dim value As Object
value = instance.NativeElement
public virtual Object NativeElement { get; }
public:
virtual property Object^ NativeElement {
Object^ get ();
}
abstract NativeElement : Object
override NativeElement : Object
function get NativeElement () : Object
Property Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace