IStandardClassificationService.SymbolDefinition Property

Definition

Gets a classification type representing the definition of a symbol in a formal language.

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

Property Value

The symbol definition classification type.

Applies to