Share via


TextChangeProposal.NewValue Property

Gets or sets the new text that will be applied with this TextChangeProposal.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property NewValue As String
    Get
    Set
'Usage
Dim instance As TextChangeProposal
Dim value As String

value = instance.NewValue

instance.NewValue = value
public string NewValue { get; set; }
public:
property String^ NewValue {
    String^ get ();
    void set (String^ value);
}
function get NewValue () : String
function set NewValue (value : String)
member NewValue : string with get, set

Property Value

Type: System.String
[System.String] is the new text value.

.NET Framework Security

See Also

Reference

TextChangeProposal Class

TextChangeProposal Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace