UITestControl.ControlType, propriété
Obtient le type de contrôle d'interface utilisateur.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property ControlType As ControlType
Get
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
ControlType^ get ();
}
abstract ControlType : ControlType
override ControlType : ControlType
function get ControlType () : ControlType
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.UITesting.ControlType
Type du contrôle d'interface utilisateur.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.