ComposablePartCatalog.Parts 속성

정의

카탈로그에 포함된 파트 정의를 가져옵니다.

public:
 abstract property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public:
 virtual property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public abstract System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
public virtual System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
member this.Parts : System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public MustOverride ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)
Public Overridable ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)

속성 값

ComposablePartDefinition 포함된 항목입니다 ComposablePartCatalog.

예외

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

설명

이 속성의 재정의는 반환 null하지 않아야 합니다.

적용 대상