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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。