다음을 통해 공유


CompositionBatch.PartsToAdd 속성

정의

추가할 ComposablePart 개체의 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::Composition::Primitives::ComposablePart ^> ^ PartsToAdd { System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::Composition::Primitives::ComposablePart ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Primitives.ComposablePart> PartsToAdd { get; }
member this.PartsToAdd : System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.Composition.Primitives.ComposablePart>
Public ReadOnly Property PartsToAdd As ReadOnlyCollection(Of ComposablePart)

속성 값

추가할 파트의 컬렉션입니다.

적용 대상