다음을 통해 공유


IVsCompoundViewChange 인터페이스

보기 복합 작업을 만들 수 있습니다.

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

구문

‘선언
<GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCompoundViewChange
[GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface IVsCompoundViewChange
[GuidAttribute(L"B5C14FF1-8431-458C-BEBC-34C6925D1976")]
[InterfaceTypeAttribute()]
public interface class IVsCompoundViewChange
[<GuidAttribute("B5C14FF1-8431-458C-BEBC-34C6925D1976")>]
[<InterfaceTypeAttribute()>]
type IVsCompoundViewChange =  interface end
public interface IVsCompoundViewChange

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

메서드

  이름 설명
Public 메서드 CloseCompoundViewChange 복합 뷰 변경을 닫습니다.
Public 메서드 OpenCompoundViewChange 복합 뷰 변경을 엽니다.

위쪽

설명

복합 뷰 작업을 만들 수 있도록 하는 개체에서 노출 됩니다. Ivscompoundviewchange를 텍스트 버퍼에서 Queryinterface를 호출 하 여 얻습니다. 실행 취소 작업을 만들지 않습니다 하 고 특히 여러 캐럿 이동 및 선택 영역의 변경 내용을 여러 뷰를 변경할 수 있는 작업 그룹화에 대 한 것입니다.

참고 항목

참조

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