DeploymentCatalog.Parts Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets all the parts contained in the catalog.

Namespace:  System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition.Initialization (in System.ComponentModel.Composition.Initialization.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)
public override IQueryable<ComposablePartDefinition> Parts { get; }

Property Value

Type: System.Linq.IQueryable<ComposablePartDefinition>
A query enumerating all the parts contained in the catalog.

Remarks

If the download has been cancelled or is still in progress, this property returns an empty collection.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.