TextChangeProposal.NewValue (Propiedad)

Obtiene o establece el nuevo valor propuesto.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

TextChangeProposal Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)