다음을 통해 공유


IVsCompoundActionEvents 인터페이스

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

구문

‘선언
<GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCompoundActionEvents
[GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")]
[InterfaceTypeAttribute()]
public interface IVsCompoundActionEvents
[GuidAttribute(L"29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")]
[InterfaceTypeAttribute()]
public interface class IVsCompoundActionEvents
[<GuidAttribute("29B88B8E-BC39-45AE-ACAB-0C670E49BCC2")>]
[<InterfaceTypeAttribute()>]
type IVsCompoundActionEvents =  interface end
public interface IVsCompoundActionEvents

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

메서드

  이름 설명
Public 메서드 OnAbortAction 복합 작업이 중단 되 면 자신의 캐시를 삭제할 수 있습니다.
Public 메서드 OnBeforeAction 작업이 수행 되기 전에 발생 합니다.

위쪽

설명

복합 작업에서 발생 하는 "줄 바꿈" 또는 "내부" 이벤트는 다른 이벤트 집합입니다. 발생 하는 이벤트의 수를 줄일 수 있을 종료 이벤트가 없습니다.

구현자 참고 사항

구현 자가 최종 이벤트에 플래그를 전달 하거나 자신의 종료 이벤트가 발생 해야 합니다.

참고 항목

참조

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