다음을 통해 공유


IVsLinkedUndoClient 인터페이스

그 하나의 실행 취소 관리자에서 연결 된 작업을 실행 취소 관리자를 다른 차단 하는 나타냅니다.

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

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")> _
Public Interface IVsLinkedUndoClient
[InterfaceTypeAttribute()]
[GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")]
public interface IVsLinkedUndoClient
[InterfaceTypeAttribute()]
[GuidAttribute(L"33452684-FAB0-4F76-B4E9-19EE0B96B4AD")]
public interface class IVsLinkedUndoClient
[<InterfaceTypeAttribute()>]
[<GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")>]
type IVsLinkedUndoClient =  interface end
public interface IVsLinkedUndoClient

IVsLinkedUndoClient 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 OnInterveningUnitBlockingLinkedUndo 다른 실행 취소 관리자에서 연결 된 작업을 실행 취소 관리자를 차단 하는 것을 나타냅니다.

위쪽

설명

구현 IVsLinkedUndoClient 다른 실행 취소 관리자에서 연결 된 작업을 실행 취소 관리자를 차단 하면 알림을 받을 수 있습니다. 실행 취소 관리자를 환경에 연결 하는 경우에 호출 AdviseLinkedUndoClient 에 대 한 포인터를 전달 하 여 IVsLinkedUndoClient 구현. 자세한 내용은 방법: 실행 취소 관리 구현를 참조하십시오.

구현자 참고 사항

실행 취소의 위쪽에 연결 되지 않은 작업을 실행 취소 관리자가 알림 메시지를 받으려면 구현 하거나 다른 실행 취소 관리자에서 연결 된 작업을 실행을 차단 하 고 스택을 다시 실행 합니다.

참고 항목

참조

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