Partager via


ControlType.GetControlType, méthode (String)

Retourne un objet de type contrôle à l'aide du nom fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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

Paramètres

  • name
    Type : System.String
    Nom du type de contrôle à retourner.

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.UITesting.ControlType
Objet de type contrôle.

Sécurité .NET Framework

Voir aussi

Référence

ControlType Classe

GetControlType, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms