IContentType.BaseTypes Property

Definition

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

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

Property Value

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

Applies to