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)

property IEnumerable<IClassificationType^>^ BaseTypes {
	IEnumerable<IClassificationType^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IClassificationType^>^

The base classification types

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

Return to top
Show: