IClassificationType::BaseTypes Property
Visual Studio 2015
Gets the classification types from which the current IClassificationType is derived.
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.
Show: