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
參數
- nativeControlTypeKind
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind
傳回值
型別:System.Object
傳回 Object。
實作
IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空間