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)

속성 값

개체의 기초가 되는 개체의 ComposablePartCatalogAggregateCatalog 컬렉션입니다.

예외

개체가 AggregateCatalog 삭제되었습니다.

적용 대상