ComposablePartCatalog.Parts Property

Definition

Gets the part definitions that are contained in the catalog.

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

Property Value

The ComposablePartDefinition contained in the ComposablePartCatalog.

Exceptions

The ComposablePartCatalog object has been disposed of.

Remarks

Overrides of this property should never return null.

Applies to