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
参数
nativeControlTypeKind
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind请求这的本机控件类型。
返回值
类型:Object
如果支持,控件的本机类型或 null。
实现
IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。