다음을 통해 공유


IVsLinkedUndoTransactionManager.IsStrict 메서드

연결 된 실행 취소 트랜잭션을 엄격 하 게 있는지 확인 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Function IsStrict ( _
    ByRef pfStrict As Integer _
) As Integer
int IsStrict(
    ref int pfStrict
)
int IsStrict(
    int% pfStrict
)
abstract IsStrict : 
        pfStrict:int byref -> int
function IsStrict(
    pfStrict : int
) : int

매개 변수

  • pfStrict
    형식: Int32%

    포인터를 플래그를 true 엄격 하 게 표시 합니다.

반환 값

형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsLinkedUndoTransactionManager::IsStrict(
   BOOL *pfStrict
);

않습니다 엄격 하 게 연결 된 실행 취소 동작을 하는 문서와 연결 된 실행 취소 형제 중 일부를 닫을 수 있습니다 여전히 다른 연결 된 상태로 두고 실행 취소 형제에 게 스택 있음을 의미 합니다. 모든 연결 된 실행 취소 형제 함께 하거나 아예 취소할 수 있다고 엄격 하 게 연결 된 실행 취소 동작을 지정 합니다.

.NET Framework 보안

참고 항목

참조

IVsLinkedUndoTransactionManager 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스