共用方式為


UITechnologyElement.NativeElement 屬性

取得對應於這個項目的基礎原生技術項目,如 IAccessible

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

語法

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

屬性值

型別:System.Object
原生技術項目。

實作

IUITechnologyElement.NativeElement

.NET Framework 安全性

請參閱

參考

UITechnologyElement 類別

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間