AssemblyCatalog.Parts Property

Definition

Gets the part definitions that are contained in the assembly 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 contained in the AssemblyCatalog.

Exceptions

The AssemblyCatalog object has been disposed of.

Applies to