다음을 통해 공유


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 메서드를 실행 중입니다.

참고 항목

참조

Microsoft.VisualStudio.Text.Operations 네임스페이스