TextUndoHistoryState 列舉類型
提供相關的狀態資訊ITextUndoHistory。
命名空間: Microsoft.VisualStudio.Text.Operations
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
Public Enumeration TextUndoHistoryState
public enum TextUndoHistoryState
public enum class TextUndoHistoryState
type TextUndoHistoryState
public enum TextUndoHistoryState
成員
成員名稱 | 描述 | |
---|---|---|
Idle | ITextUndoHistory 不在執行復原或重做的過程中。 | |
Redoing | ITextUndoHistory 正在執行其 Redo 方法的過程中。 | |
Undoing | ITextUndoHistory 正在執行其 Undo 方法的過程中。 |