다음을 통해 공유


ITextUndoPrimitive.CanRedo 속성

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

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

구문

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

속성 값

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

.NET Framework 보안

참고 항목

참조

ITextUndoPrimitive 인터페이스

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