Share via


ITextMarkerTag.Type Property

Gets the type of adornment to use.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property Type As String
string Type { get; }
property String^ Type {
    String^ get ();
}
abstract Type : string with get
function get Type () : String

Property Value

Type: String
The type of adornment to use.

.NET Framework Security

See Also

Reference

ITextMarkerTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace