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)

プロパティ値

AggregateCatalog オブジェクトの基になるComposablePartCatalogオブジェクトのコレクション。

例外

AggregateCatalog オブジェクトが破棄されました。

適用対象