Share via


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)

プロパティ値

追加するパーツのコレクション。

適用対象