IStandardClassificationService.Comment Property

Definition

Gets a classification type representing comments in a formal language.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Comment { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Comment { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType Comment { get; }
member this.Comment : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property Comment As IClassificationType

Property Value

The comment classification type.

Applies to