Share via


TagTypeAttribute.TagTypes Property

Gets the type of the tag.

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

Syntax

'Declaration
Public ReadOnly Property TagTypes As Type
public Type TagTypes { get; }
public:
property Type^ TagTypes {
    Type^ get ();
}
member TagTypes : Type with get
function get TagTypes () : Type

Property Value

Type: Type
The type of the tag.

.NET Framework Security

See Also

Reference

TagTypeAttribute Class

Microsoft.VisualStudio.Text.Tagging Namespace