次の方法で共有


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 オブジェクトは破棄されました。

適用対象