AssemblyCatalog.Parts 属性
定义
获取程序集目录中包含的部件定义。Gets the part definitions that are contained in the assembly 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)
属性值
ComposablePartDefinition 中包含的 AssemblyCatalog 对象。The ComposablePartDefinition objects contained in the AssemblyCatalog.
例外
AssemblyCatalog 对象已被释放。The AssemblyCatalog object has been disposed of.