VsSplitRoot Interface

Definition

Represents the root of the split pane.

public interface class VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
public interface class VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
__interface VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))]
[System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")]
public interface VsSplitRoot : Microsoft.VisualStudio.TextManager.Interop.IVsSplitRoot
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))]
[System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsSplitRoot : Microsoft.VisualStudio.TextManager.Interop.IVsSplitRoot
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))>]
[<System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")>]
type VsSplitRoot = interface
    interface IVsSplitRoot
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))>]
[<System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsSplitRoot = interface
    interface IVsSplitRoot
Public Interface VsSplitRoot
Implements IVsSplitRoot
Derived
Attributes
Implements

Methods

GetPane(PANETYPE, IVsSplitPane)

Gets the split pane.

(Inherited from IVsSplitRoot)
GetRootSplitter(IVsSplitter)

Gets the root splitter.

(Inherited from IVsSplitRoot)
GetWindowHandle(IntPtr)

Gets the window handle.

(Inherited from IVsSplitRoot)

Applies to