Partager via


UITestPropertyProvider.IsGetProperty, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient ou définit une valeur qui indique si l'appel actuel à la propriété associée est un appel get ou un appel set.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Protected Friend Property IsGetProperty As Boolean
    Get
    Set
protected internal bool IsGetProperty { get; set; }
protected public:
property bool IsGetProperty {
    bool get ();
    void set (bool value);
}
member IsGetProperty : bool with get, set
function get IsGetProperty () : boolean
function set IsGetProperty (value : boolean)

Valeur de propriété

Type : System.Boolean
true si l'appel actuel à la propriété associée est un appel get ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

UITestPropertyProvider Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms