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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.