IVsSplitRoot Interface

Represents the root of the split pane.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<GuidAttribute("5486C948-AF82-4DA5-A968-97F3ADA66670")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitRoot
[GuidAttribute("5486C948-AF82-4DA5-A968-97F3ADA66670")]
[InterfaceTypeAttribute()]
public interface IVsSplitRoot
[GuidAttribute(L"5486C948-AF82-4DA5-A968-97F3ADA66670")]
[InterfaceTypeAttribute()]
public interface class IVsSplitRoot
[<GuidAttribute("5486C948-AF82-4DA5-A968-97F3ADA66670")>]
[<InterfaceTypeAttribute()>]
type IVsSplitRoot =  interface end
public interface IVsSplitRoot

The IVsSplitRoot type exposes the following members.

Methods

  Name Description
Public method GetPane Gets the split pane.
Public method GetRootSplitter Gets the root splitter.
Public method GetWindowHandle Gets the window handle.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace