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
Assemblys : Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Protected Friend Property IsGetProperty As Boolean
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 : Boolean
true si l'appel actuel à la propriété associée est un appel get ; 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.