WinCheckBox.Indeterminate, propriété
Obtient ou définit une valeur qui indique si l'état de la case à cocher est indéterminée.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overridable Property Indeterminate As Boolean
Get
Set
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
bool get ();
void set (bool value);
}
abstract Indeterminate : bool with get, set
override Indeterminate : bool with get, set
function get Indeterminate () : boolean
function set Indeterminate (value : boolean)
Valeur de propriété
Type : System.Boolean
true si la case à cocher est indéterminée ; sinon, false.
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.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITesting.WinControls, espace de noms