VsSplitRootClass Class

 

Represents the root of the split pane.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("F5E7E71A-1401-11D1-883B-0000F87579D2")]
public class VsSplitRootClass : IVsSplitRoot, VsSplitRoot

NameDescription
System_CAPS_pubmethodVsSplitRootClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPane(PANETYPE, IVsSplitPane)

Gets the split pane.

System_CAPS_pubmethodGetRootSplitter(IVsSplitter)

Gets the root splitter.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWindowHandle(IntPtr)

Gets the window handle.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: