IStandardClassificationService.SymbolReference Property

Definition

Gets a classification type representing the reference to a symbol in a formal language.

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

Property Value

The symbol reference classification type.

Applies to