VsTextBufferCoordinatorClass Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsTextBufferCoordinatorClass

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

Syntax

'Declaration
<GuidAttribute("3E77FA94-526F-4233-BF81-B2B0329A62B9")> _
<ClassInterfaceAttribute()> _
Public Class VsTextBufferCoordinatorClass _
    Implements IVsTextBufferCoordinator, VsTextBufferCoordinator
[GuidAttribute("3E77FA94-526F-4233-BF81-B2B0329A62B9")]
[ClassInterfaceAttribute()]
public class VsTextBufferCoordinatorClass : IVsTextBufferCoordinator, 
    VsTextBufferCoordinator
[GuidAttribute(L"3E77FA94-526F-4233-BF81-B2B0329A62B9")]
[ClassInterfaceAttribute()]
public ref class VsTextBufferCoordinatorClass : IVsTextBufferCoordinator, 
    VsTextBufferCoordinator
[<GuidAttribute("3E77FA94-526F-4233-BF81-B2B0329A62B9")>]
[<ClassInterfaceAttribute()>]
type VsTextBufferCoordinatorClass =  
    class
        interface IVsTextBufferCoordinator
        interface VsTextBufferCoordinator
    end
public class VsTextBufferCoordinatorClass implements IVsTextBufferCoordinator, VsTextBufferCoordinator

The VsTextBufferCoordinatorClass type exposes the following members.

Constructors

  Name Description
Public method VsTextBufferCoordinatorClass

Top

Methods

  Name Description
Public method EnableReplication
Public method EnumSpans
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 a hash function for a particular type. (Inherited from Object.)
Public method GetMappingOfPrimaryPosition
Public method GetPrimaryBuffer
Public method GetSecondaryBuffer
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MapPrimaryToSecondarySpan
Public method MapSecondaryToPrimarySpan
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetBufferMappingModes
Public method SetBuffers
Public method SetSpanMappings
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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