ITextUndoHistory.UndoDescription 属性

获取最新可见撤消 ITextUndoTransaction 的说明。

命名空间:  Microsoft.VisualStudio.Text.Operations
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
ReadOnly Property UndoDescription As String
string UndoDescription { get; }
property String^ UndoDescription {
    String^ get ();
}
abstract UndoDescription : string with get
function get UndoDescription () : String

属性值

类型:String
最新可见撤消的说明 ITextUndoTransaction

.NET Framework 安全性

请参阅

参考

ITextUndoHistory 接口

Microsoft.VisualStudio.Text.Operations 命名空间