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 对象的集合。

例外

适用于