Share via


VsTextMarker Class

Represent VS marker type for VS editor

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..VsTextMarker

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class VsTextMarker _
    Implements IVsPackageDefinedTextMarkerType, IVsMergeableUIItem
'Usage
Dim instance As VsTextMarker
[ComVisibleAttribute(false)]
public class VsTextMarker : IVsPackageDefinedTextMarkerType, 
    IVsMergeableUIItem
[ComVisibleAttribute(false)]
public ref class VsTextMarker : IVsPackageDefinedTextMarkerType, 
    IVsMergeableUIItem
[<ComVisibleAttribute(false)>]
type VsTextMarker =  
    class
        interface IVsPackageDefinedTextMarkerType
        interface IVsMergeableUIItem
    end
public class VsTextMarker implements IVsPackageDefinedTextMarkerType, IVsMergeableUIItem

The VsTextMarker type exposes the following members.

Constructors

  Name Description
Public method VsTextMarker(UInt32, COLORINDEX, COLORINDEX, String, String, String) Default public constructor
Public method VsTextMarker(UInt32, COLORINDEX, COLORINDEX, COLORINDEX, LINESTYLE, UInt32, UInt32, Int32, String, String, String) Default public constructor

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeDrawGlyphWithColors
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetBehaviorFlags
Explicit interface implemetationPrivate method IVsMergeableUIItemGetCanonicalName
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetDefaultColors
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetDefaultFontFlags
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetDefaultLineStyle
Explicit interface implemetationPrivate method IVsMergeableUIItemGetDescription
Explicit interface implemetationPrivate method IVsMergeableUIItemGetDisplayName
Explicit interface implemetationPrivate method IVsMergeableUIItemGetMergingPriority
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetPriorityIndex
Explicit interface implemetationPrivate method IVsPackageDefinedTextMarkerTypeGetVisualStyle

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.Data.Tools.SqlEditor.VSIntegration Namespace