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

属性值

类型:System.Object

实现

IUITechnologyElement.NativeElement

.NET Framework 安全性

请参见

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间