ComposablePartCatalog.Parts 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
카탈로그에 포함된 파트 정의를 가져옵니다.
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하지 않아야 합니다.