IClassificationType.BaseTypes Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ BaseTypes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Classification::IClassificationType ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Classification.IClassificationType> BaseTypes { get; }
member this.BaseTypes : seq<Microsoft.VisualStudio.Text.Classification.IClassificationType>
Public ReadOnly Property BaseTypes As IEnumerable(Of IClassificationType)

Property Value

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

Remarks

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

Applies to