VsSplitRoot 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")> _
Public Interface VsSplitRoot _
    Inherits IVsSplitRoot
[GuidAttribute("5486C948-AF82-4DA5-A968-97F3ADA66670")]
public interface VsSplitRoot : IVsSplitRoot
[GuidAttribute(L"5486C948-AF82-4DA5-A968-97F3ADA66670")]
public interface class VsSplitRoot : IVsSplitRoot
[<GuidAttribute("5486C948-AF82-4DA5-A968-97F3ADA66670")>]
type VsSplitRoot =  
    interface 
        interface IVsSplitRoot 
    end
public interface VsSplitRoot extends IVsSplitRoot

The VsSplitRoot type exposes the following members.

Methods

  Name Description
Public method GetPane Gets the split pane. (Inherited from IVsSplitRoot.)
Public method GetRootSplitter Gets the root splitter. (Inherited from IVsSplitRoot.)
Public method GetWindowHandle Gets the window handle. (Inherited from IVsSplitRoot.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace