VsSplitRootClass Class

Definition

Represents the root of the split pane.

public ref class VsSplitRootClass : Microsoft::VisualStudio::TextManager::Interop::VsSplitRoot
[Windows::Foundation::Metadata::WebHostHidden]
class VsSplitRootClass : Microsoft::VisualStudio::TextManager::Interop::VsSplitRoot
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("F5E7E71A-1401-11D1-883B-0000F87579D2")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsSplitRootClass : Microsoft.VisualStudio.TextManager.Interop.VsSplitRoot
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("F5E7E71A-1401-11D1-883B-0000F87579D2")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsSplitRootClass : Microsoft.VisualStudio.TextManager.Interop.VsSplitRoot
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("F5E7E71A-1401-11D1-883B-0000F87579D2")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsSplitRootClass = class
    interface IVsSplitRoot
    interface VsSplitRoot
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("F5E7E71A-1401-11D1-883B-0000F87579D2")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsSplitRootClass = class
    interface VsSplitRoot
    interface IVsSplitRoot
Public Class VsSplitRootClass
Implements VsSplitRoot
Inheritance
VsSplitRootClass
Attributes
Implements

Remarks

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Constructors

VsSplitRootClass()

Creates a new instance of the class.

Methods

GetPane(PANETYPE, IVsSplitPane)

Gets the split pane.

GetRootSplitter(IVsSplitter)

Gets the root splitter.

GetWindowHandle(IntPtr)

Gets the window handle.

Applies to