Freigeben über


ControlType.GetControlType-Methode (String)

Gibt mithilfe des angegebenen Namens ein Steuerelementtypobjekt zurück.

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

Syntax

'Declaration
Public Shared Function GetControlType ( _
    name As String _
) As ControlType
public static ControlType GetControlType(
    string name
)
public:
static ControlType^ GetControlType(
    String^ name
)
static member GetControlType : 
        name:string -> ControlType 
public static function GetControlType(
    name : String
) : ControlType

Parameter

  • name
    Typ: System.String
    Der Name des zurückzugebenden Steuerelementtyps.

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Ein Steuerelementtypobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ControlType Klasse

GetControlType-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace