Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a classification type representing the definition of a symbol in a formal language.
Namespace: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
Syntax
'Declaración
ReadOnly Property SymbolDefinition As IClassificationType
IClassificationType SymbolDefinition { get; }
property IClassificationType^ SymbolDefinition {
IClassificationType^ get ();
}
abstract SymbolDefinition : IClassificationType
function get SymbolDefinition () : IClassificationType
Property Value
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The symbol definition classification type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IStandardClassificationService Interface
Microsoft.VisualStudio.Language.StandardClassification Namespace