共用方式為


UITechnologyElementProxy.NativeElement 屬性

取得對應基礎原生技術項目 (例如 IAccessible)。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overrides ReadOnly Property NativeElement As Object
public override Object NativeElement { get; }
public:
virtual property Object^ NativeElement {
    Object^ get () override;
}
abstract NativeElement : Object with get 
override NativeElement : Object with get
override function get NativeElement () : Object

屬性值

類型:Object

實作

IUITechnologyElement.NativeElement

.NET Framework 安全性

請參閱

參考

UITechnologyElementProxy 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間