共用方式為


SilverlightContainer.GetNativeControlType 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

這個成員會覆寫 UITechnologyElement.GetNativeControlType(NativeControlTypeKind)

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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
傳回 Object

實作

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

.NET Framework 安全性

請參閱

參考

SilverlightContainer 類別

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空間