UITechnologyElementProxy.GetNativeControlType 方法

获取此元素的本机控件类型。 当 ControlType 不区分控件时,可以通过 GetControlType() 足够的使用与获取的常规类型相适应。

例如,如果本地的技术元素,包括 HTML,则可能是标记名称。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overrides Function GetNativeControlType ( _
    nativeControlTypeKind As NativeControlTypeKind _
) As Object
public override Object GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
public:
virtual Object^ GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
) override
abstract GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object  
override GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object
public override function GetNativeControlType(
    nativeControlTypeKind : NativeControlTypeKind
) : Object

参数

返回值

类型:Object
如果支持,控件的本机类型或 null。

实现

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

.NET Framework 安全性

请参阅

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间