다음을 통해 공유


IVsSplitter 인터페이스

분할 창을 나타냅니다.

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

구문

‘선언
<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitter _
    Inherits IVsSplitPane
[GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface IVsSplitter : IVsSplitPane
[GuidAttribute(L"66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface class IVsSplitter : IVsSplitPane
[<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")>]
[<InterfaceTypeAttribute()>]
type IVsSplitter =  
    interface 
        interface IVsSplitPane 
    end
public interface IVsSplitter extends IVsSplitPane

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

메서드

  이름 설명
Public 메서드 ClosePane 이 창을 닫습니다.
Public 메서드 DetachPane 이 창에서 해당 부모 분할 하지 않고 닫는 분리 합니다.
Public 메서드 GetPane 지정 된 창을 반환합니다.
Public 메서드 GetPaneFlags 창 플래그를 반환합니다.
Public 메서드 GetParentSplitter 분할 자가 부모를 가져옵니다.
Public 메서드 GetParentWindow 이 창의 부모 창에서 볼 수 있습니다.
Public 메서드 GetPosition 부모에 상대적인 분할자의 위치를 가져옵니다.
Public 메서드 GetSizeExtents 최소값 및 최대값이이 창에 대 한 반환 (E_NOTIMPL 사용할 수 있습니다. 0부터 전체 화면이입니다 기본값).
Public 메서드 HandleMessage 마우스 방향 핸들 메시지입니다.
Public 메서드 IsPanePrimary 창 기본 창 상태 인지를 확인 합니다.
Public 메서드 NotifyPane 분할 조정에 알립니다.
Public 메서드 NotifySplitter 자식 창 닫기를 포커스를 받으면 또는 기타 이벤트를 호출 합니다.
Public 메서드 SetFocus 이 창에 포커스를 설정
Public 메서드 SetParentSplitter 이 창에 대 한 상위 분할기를 세트/가져옵니다.
Public 메서드 SetPosition 기준으로 부모 창의 위치를 설정 합니다.
Public 메서드 SplitPane 이 분할에 표시 된 창으로 분할합니다.

위쪽

참고 항목

참조

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