IContentType::BaseTypes Property

 

Gets the set of all content types from which the current IContentType is derived.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

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

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.

Return to top
Show: