Freigeben über


UITechnologyElement.GetNativeControlType-Methode

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public MustOverride Function GetNativeControlType ( _
    nativeControlTypeKind As NativeControlTypeKind _
) As Object
public abstract Object GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
public:
virtual Object^ GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
) abstract
abstract GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object
public abstract function GetNativeControlType(
    nativeControlTypeKind : NativeControlTypeKind
) : Object

Parameter

Rückgabewert

Typ: Object

Implementiert

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElement Klasse

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace