AssemblyCatalog.Parts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含在組件目錄中的部分定義。
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)
屬性值
包含在 ComposablePartDefinition 中的 AssemblyCatalog 物件。