Freigeben über


ClassificationSpan.ClassificationType-Eigenschaft

Ruft den Klassifizierungstyp des Texts ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Classification.IClassificationType
Der Klassifizierungstyp.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationSpan Klasse

Microsoft.VisualStudio.Text.Classification-Namespace