Proprietà IStandardClassificationService.NumberLiteral
Ottiene un tipo di classificazione che rappresenta i valori letterali numerici che deriva dal tipo di classificazione letterale in un linguaggio formale.
Spazio dei nomi: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
Sintassi
'Dichiarazione
ReadOnly Property NumberLiteral As IClassificationType
IClassificationType NumberLiteral { get; }
property IClassificationType^ NumberLiteral {
IClassificationType^ get ();
}
abstract NumberLiteral : IClassificationType with get
function get NumberLiteral () : IClassificationType
Valore proprietà
Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
il tipo letterale numerico di classificazione.
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