IClassificationType.Classification Property

Gets the name of the classification type.

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

Syntax

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

Property Value

Type: String
The name of the classification type.

Remarks

All classification types are identified by a unique name. This name is never nulla null reference (Nothing in Visual Basic).

The IClassificationTypeRegistryService can return an IClassificationType from this name.

.NET Framework Security

See Also

Reference

IClassificationType Interface

Microsoft.VisualStudio.Text.Classification Namespace