ComposablePartCatalog.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:
abstract property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public virtual System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
public abstract System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
member this.Parts : System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public Overridable ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)
Public MustOverride 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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.