IStandardClassificationService.SymbolDefinition, propriété
Obtient un type de classification qui représente la définition d'un symbole dans un langage formel.
Espace de noms : Microsoft.VisualStudio.Language.StandardClassification
Assembly : Microsoft.VisualStudio.Language.StandardClassification (dans Microsoft.VisualStudio.Language.StandardClassification.dll)
Syntaxe
'Déclaration
ReadOnly Property SymbolDefinition As IClassificationType
IClassificationType SymbolDefinition { get; }
property IClassificationType^ SymbolDefinition {
IClassificationType^ get ();
}
abstract SymbolDefinition : IClassificationType with get
function get SymbolDefinition () : IClassificationType
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Classification.IClassificationType
Le type de classification de définition de symbole.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IStandardClassificationService Interface
Microsoft.VisualStudio.Language.StandardClassification, espace de noms