Partager via


ControlType.GetControlType, méthode (String)

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 : String

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.UITesting.ControlType

Sécurité .NET Framework

Voir aussi

Référence

ControlType Classe

GetControlType, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms