Partager via


TextChangeProposal.NewValue, propriété

Obtient ou définit la nouvelle valeur proposée.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

TextChangeProposal Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms