Freigeben über


IUITechnologyElement.GetNativeControlType-Methode

Gibt den systemeigenen Steuerelementtyp dieses Elements zurück.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Object
Falls unterstützt, der systemeigene Typ des Steuerelements, andernfalls nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITechnologyElement Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace