IStandardClassificationService.Keyword Property

Gets a classification type representing keywords in a formal language.

Namespace:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Syntax

'Declaration
ReadOnly Property Keyword As IClassificationType
IClassificationType Keyword { get; }
property IClassificationType^ Keyword {
    IClassificationType^ get ();
}
abstract Keyword : IClassificationType
function get Keyword () : IClassificationType

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The keyword classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace