Condividi tramite


Proprietà IClassificationType.BaseTypes

Ottiene i tipi di classificazione da cui l'oggetto corrente IClassificationType deriva da.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
ReadOnly Property BaseTypes As IEnumerable(Of IClassificationType)
IEnumerable<IClassificationType> BaseTypes { get; }
property IEnumerable<IClassificationType^>^ BaseTypes {
    IEnumerable<IClassificationType^>^ get ();
}
abstract BaseTypes : IEnumerable<IClassificationType> with get
function get BaseTypes () : IEnumerable<IClassificationType>

Valore proprietà

Tipo: IEnumerable<IClassificationType>
I tipi di classificazione di base

Note

questo valore non è mai null, sebbene il set possa essere vuoto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassificationType Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Classification