Share via


PredefinedClassificationTypeNames.Keyword Field

The name of the classification type representing keywords. In C# for instance, foreach would be a keyword.

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

Syntax

'Declaration
Public Const Keyword As String
public const string Keyword
public:
literal String^ Keyword
static val mutable Keyword: string
public const var Keyword : String

.NET Framework Security

See Also

Reference

PredefinedClassificationTypeNames Class

Microsoft.VisualStudio.Language.StandardClassification Namespace