AggregateCatalog.Parts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the part definitions that are contained in the 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 AggregateCatalog object.
Exceptions
The AggregateCatalog has been disposed of.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.