IStandardClassificationService.SymbolReference Property

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

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

Syntax

'Declaration
ReadOnly Property SymbolReference As IClassificationType
IClassificationType SymbolReference { get; }
property IClassificationType^ SymbolReference {
    IClassificationType^ get ();
}
abstract SymbolReference : IClassificationType
function get SymbolReference () : IClassificationType

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The symbol reference classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace