IContentType::BaseTypes Property
Gets the set of all content types from which the current IContentType is derived.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Property Value
Type: System.Collections.Generic::IEnumerable<IContentType^>^The set of all content types from which the current IContentType is derived. This value is never null, though it may be the empty set.
Show: