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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace