IUITechnologyElement.GetNativeControlType メソッド
この要素のネイティブなコントロール型を返します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Function GetNativeControlType ( _
nativeControlTypeKind As NativeControlTypeKind _
) As Object
Object GetNativeControlType(
NativeControlTypeKind nativeControlTypeKind
)
Object^ GetNativeControlType(
NativeControlTypeKind nativeControlTypeKind
)
abstract GetNativeControlType :
nativeControlTypeKind:NativeControlTypeKind -> Object
function GetNativeControlType(
nativeControlTypeKind : NativeControlTypeKind
) : Object
パラメーター
- nativeControlTypeKind
型 : Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind
NativeControlTypeKind 列挙体のメンバー。
戻り値
型 : System.Object
サポートされている場合はコントロールのネイティブ型。それ以外の場合は nullnull 参照 (Visual Basic では Nothing)。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。