AggregateCatalog.Catalogs 属性

定义

获取对象的基础目录 AggregateCatalog

public:
 property System::Collections::Generic::ICollection<System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^> ^ Catalogs { System::Collections::Generic::ICollection<System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ComponentModel.Composition.Primitives.ComposablePartCatalog> Catalogs { get; }
member this.Catalogs : System.Collections.Generic.ICollection<System.ComponentModel.Composition.Primitives.ComposablePartCatalog>
Public ReadOnly Property Catalogs As ICollection(Of ComposablePartCatalog)

属性值

一个 ComposablePartCatalog 对象集合,这些对象是对象的基础 AggregateCatalog

例外

对象 AggregateCatalog 已被释放。

适用于