다음을 통해 공유


ITextUndoPrimitive.CanUndo 속성

현재 Undo()를 호출할 수 있는지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Operations
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
ReadOnly Property CanUndo As Boolean
bool CanUndo { get; }
property bool CanUndo {
    bool get ();
}
abstract CanUndo : bool with get
function get CanUndo () : boolean

속성 값

형식: Boolean
true 그렇지 않으면 내용은 undo ()를 성공적으로 호출할 수 있는지 false.

.NET Framework 보안

참고 항목

참조

ITextUndoPrimitive 인터페이스

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