TypeCatalog.Parts Property

Definition

Gets the part definitions that are contained in the catalog.

public:
 virtual property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public override System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
member this.Parts : System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public Overrides ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)

Property Value

The ComposablePartDefinition objects that are contained in the TypeCatalog object.

Exceptions

The TypeCatalog object has been disposed of.

Applies to