DirectoryCatalog.Parts Property

Definition

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

Exceptions

The DirectoryCatalog object has been disposed of.

Applies to