RefactoringOperation.UndoDescription 属性

获取此 RefactoringOperation 的撤消/重做堆栈中使用的撤消说明。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Protected MustOverride ReadOnly Property UndoDescription As String
    Get
protected abstract string UndoDescription { get; }
protected:
virtual property String^ UndoDescription {
    String^ get () abstract;
}
abstract UndoDescription : string
abstract function get UndoDescription () : String

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

RefactoringOperation 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间