TypeRef.BaseTypes Property

Definition

Gets the full list of base types and interfaces for this instance.

C#
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Composition.Reflection.TypeRef> BaseTypes { get; }

Property Value

Remarks

This list will only be populated if this instance was created with shallow set to false. The collection is ordered bottom-up for types with the implemented interfaces appended at the end.

Applies to

Product Versions
microsoft.visualstudio.composition 16.3, 16.4