다음을 통해 공유


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 개체가 삭제되었습니다.

적용 대상