Partager via


ControlType.GetControlType, méthode (String, 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, _
    friendlyName As String _
) As ControlType
public static ControlType GetControlType(
    string name,
    string friendlyName
)
public:
static ControlType^ GetControlType(
    String^ name, 
    String^ friendlyName
)
static member GetControlType : 
        name:string * 
        friendlyName:string -> ControlType
public static function GetControlType(
    name : String, 
    friendlyName : String
) : ControlType

Paramètres

  • name
    Type : String
  • friendlyName
    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