IClassificationType.BaseTypes Property

Gets the classification types from which the current IClassificationType is derived.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.IEnumerable<IClassificationType>
The base classification types

Remarks

This value is never null, though it may be the empty set.

.NET Framework Security

See Also

Reference

IClassificationType Interface

Microsoft.VisualStudio.Text.Classification Namespace