VsSplitRootClass Class

Represents the root of the split pane.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("F5E7E71A-1401-11D1-883B-0000F87579D2")> _
Public Class VsSplitRootClass _
    Implements IVsSplitRoot, VsSplitRoot
[ClassInterfaceAttribute()]
[GuidAttribute("F5E7E71A-1401-11D1-883B-0000F87579D2")]
public class VsSplitRootClass : IVsSplitRoot, 
    VsSplitRoot
[ClassInterfaceAttribute()]
[GuidAttribute(L"F5E7E71A-1401-11D1-883B-0000F87579D2")]
public ref class VsSplitRootClass : IVsSplitRoot, 
    VsSplitRoot
[<ClassInterfaceAttribute()>]
[<GuidAttribute("F5E7E71A-1401-11D1-883B-0000F87579D2")>]
type VsSplitRootClass =  
    class 
        interface IVsSplitRoot 
        interface VsSplitRoot 
    end
public class VsSplitRootClass implements IVsSplitRoot, VsSplitRoot

The VsSplitRootClass type exposes the following members.

Constructors

  Name Description
Public method VsSplitRootClass Creates a new instance of the class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetPane Gets the split pane.
Public method GetRootSplitter Gets the root splitter.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWindowHandle Gets the window handle.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.

Thread Safety

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace