IAfxElement.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.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
ReadOnly Property NativeElement As Object
Get
'Usage
Dim instance As IAfxElement
Dim value As Object
value = instance.NativeElement
Object NativeElement { get; }
property Object^ NativeElement {
Object^ get ();
}
function get NativeElement () : Object
abstract 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.