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 物件的基礎。

例外狀況

適用於