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)

属性值

要添加的部件的集合。

适用于