Condividi tramite


Proprietà IStandardClassificationService.Comment

Ottiene un tipo di classificazione che rappresenta i commenti in un linguaggio formale.

Spazio dei nomi:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Sintassi

'Dichiarazione
ReadOnly Property Comment As IClassificationType
IClassificationType Comment { get; }
property IClassificationType^ Comment {
    IClassificationType^ get ();
}
abstract Comment : IClassificationType with get
function get Comment () : IClassificationType

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
il tipo di classificazione di commento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IStandardClassificationService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.StandardClassification