RefactoringOperation.UndoDescription プロパティ

この操作の元に戻すスタックに表示される説明を取得します。

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

構文

'宣言
Protected MustOverride ReadOnly Property UndoDescription As String
'使用
Dim value As String

value = Me.UndoDescription
protected abstract string UndoDescription { get; }
protected:
virtual property String^ UndoDescription {
    String^ get () abstract;
}
protected abstract function get UndoDescription () : String

プロパティ値

型 : System.String

参照

参照

RefactoringOperation クラス

RefactoringOperation メンバ

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