ComposablePartCatalog::Parts Property
.NET Framework (current version)
Gets the part definitions that are contained in the catalog.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: property IQueryable<ComposablePartDefinition^>^ Parts { virtual IQueryable<ComposablePartDefinition^>^ get(); }
Property Value
Type: System.Linq::IQueryable<ComposablePartDefinition^>^The ComposablePartDefinition contained in the ComposablePartCatalog.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The ComposablePartCatalog object has been disposed of. |
Overrides of this property should never return null.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: