Proprietà IStandardClassificationService.CharacterLiteral
Ottiene un tipo di classificazione che rappresenta i valori letterali carattere.
Spazio dei nomi: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
Sintassi
'Dichiarazione
ReadOnly Property CharacterLiteral As IClassificationType
IClassificationType CharacterLiteral { get; }
property IClassificationType^ CharacterLiteral {
IClassificationType^ get ();
}
abstract CharacterLiteral : IClassificationType with get
function get CharacterLiteral () : IClassificationType
Valore proprietà
Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
Il tipo di classificazione di carattere letterale.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IStandardClassificationService Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Language.StandardClassification