Condividi tramite


Proprietà UITestPropertyProvider.IsGetProperty

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta un valore che indica se la chiamata corrente alla proprietà associata è una chiamata get o set.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se la chiamata corrente alla proprietà associata è una chiamata get. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyProvider Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting