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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.