IVsVisibleTextMarkerTag::Type Property

 

The integer type of the marker.

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

property int Type {
	int get();
}

Property Value

Type: System::Int32

The integer type.

This is equivalent to the type produced by GetType.

Return to top
Show: