Partager via


SetValueAction.PreferEditWrapper, propriété

Obtient ou définit la valeur de la propriété PreferEdit en tant que chaîne pour la sérialisation.

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

Syntaxe

'Déclaration
Public Property PreferEditWrapper As String
    Get
    Set
public string PreferEditWrapper { get; set; }
public:
property String^ PreferEditWrapper {
    String^ get ();
    void set (String^ value);
}
member PreferEditWrapper : string with get, set
function get PreferEditWrapper () : String
function set PreferEditWrapper (value : String)

Valeur de propriété

Type : System.String
Valeur de la propriété PreferEdit en tant que string si elle est true ; sinon, nullune référence null (Nothing en Visual Basic).

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

SetValueAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

PropertyChanged