This topic has not yet been rated - Rate this topic

DeploymentCatalog.Parts Property

Silverlight

Gets all the parts contained in the catalog.

Namespace:  System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition.Initialization (in System.ComponentModel.Composition.Initialization.dll)
'Declaration
Public Overrides ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)

Property Value

Type: System.Linq.IQueryable(Of ComposablePartDefinition)
A query enumerating all the parts contained in the catalog.

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

Silverlight

Supported in: 5, 4

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.