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: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.