WpfControl.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.WpfControls
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 WpfControl
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

See Also

Reference

WpfControl Class

WpfControl Members

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace