Condividi tramite


Proprietà SetValueAction.PreferEdit

Ottiene o imposta un valore che indica se utilizzare un'operazione di modifica per le caselle combinate anziché un'operazione selezionata per impostare il valore.

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

Sintassi

'Dichiarazione
Public Property PreferEdit As Boolean
public bool PreferEdit { get; set; }
public:
property bool PreferEdit {
    bool get ();
    void set (bool value);
}
member PreferEdit : bool with get, set
function get PreferEdit () : boolean
function set PreferEdit (value : boolean)

Valore proprietà

Tipo: System.Boolean
true per utilizzare modifica; in caso contrario, false.

Note

L'impostazione di questa proprietà generato PropertyChanged evento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetValueAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged