Compartilhar via


Propriedade TextChangeProposal.NewValue

Obtém ou define o novo valor proposto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

TextChangeProposal Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring