IVsVisibleTextMarkerTag.Type Property

Definition

The integer type of the marker.

public:
 property int Type { int get(); };
public:
 property int Type { int get(); };
public int Type { get; }
member this.Type : int
Public ReadOnly Property Type As Integer

Property Value

The integer type.

Remarks

This is equivalent to the type produced by IVsTextLineMarker.GetType().

Applies to