UITechnologyElementProxy.GetNativeControlType 方法

获取此元素的本机控件类型。 这可用于通过GetControlType获取泛型类型前后(),则ControlType不区分控件中的足够。

例如,因此,如果本机技术元素是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

参数

返回值

类型:System.Object
如果支持,控件的本机类型则为 null。

实现

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

.NET Framework 安全性

请参见

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间