TextChangeProposal.NewValue プロパティ

この TextChangeProposal で適用される新しいテキストを取得または設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Property NewValue As String
'使用
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)

プロパティ値

型 : System.String
[System.String] は新しいテキスト値です。

参照

参照

TextChangeProposal クラス

TextChangeProposal メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間