Partager via


UIObject.ControlType, propriété

Obtient ou définit le type de contrôle de cet objet.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Property ControlType As String
    Get
    Set
public string ControlType { get; set; }
public:
property String^ ControlType {
    String^ get ();
    void set (String^ value);
}
member ControlType : string with get, set
function get ControlType () : String
function set ControlType (value : String)

Valeur de propriété

Type : System.String
Type de contrôle.

Sécurité .NET Framework

Voir aussi

Référence

UIObject Classe

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap, espace de noms