Dela 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
'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);
}
public function get NewValue () : String 
public function set NewValue (value : String)

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