Proprietà IStandardClassificationService.Other
Ottiene un tipo di classificazione che rappresenta qualsiasi elemento 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 Other As IClassificationType
IClassificationType Other { get; }
property IClassificationType^ Other {
IClassificationType^ get ();
}
abstract Other : IClassificationType with get
function get Other () : IClassificationType
Valore proprietà
Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
l'altro tipo 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