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)

Syntax

'Declaration
ReadOnly Property BaseTypes As IEnumerable(Of IContentType)
IEnumerable<IContentType> BaseTypes { get; }
property IEnumerable<IContentType^>^ BaseTypes {
    IEnumerable<IContentType^>^ get ();
}
abstract BaseTypes : IEnumerable<IContentType> with get
function get BaseTypes () : IEnumerable<IContentType>

Property Value

Type: IEnumerable<IContentType>
The set of all content types from which the current IContentType is derived. This value is never nulla null reference (Nothing in Visual Basic), though it may be the empty set.

.NET Framework Security

See Also

Reference

IContentType Interface

Microsoft.VisualStudio.Utilities Namespace