共用方式為


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 命名空間