IVsVisibleTextMarkerTag.Type Property

The integer type of the marker.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
ReadOnly Property Type As Integer
int Type { get; }
property int Type {
    int get ();
}
abstract Type : int
function get Type () : int

Property Value

Type: System.Int32
The integer type.

Remarks

This is equivalent to the type produced by GetType.

.NET Framework Security

See Also

Reference

IVsVisibleTextMarkerTag Interface

Microsoft.VisualStudio.Editor Namespace