Freigeben über


TagTypeAttribute.TagTypes-Eigenschaft

Ruft den Typ des Tags ab.

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

Eigenschaftswert

Typ: Type
Der Tagtyp.

.NET Framework-Sicherheit

Siehe auch

Referenz

TagTypeAttribute Klasse

Microsoft.VisualStudio.Text.Tagging-Namespace