Aracılığıyla paylaş


CompositionBatch.PartsToAdd Özellik

Tanım

Eklenecek nesne koleksiyonunu ComposablePart alır.

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)

Özellik Değeri

Eklenecek parça koleksiyonu.

Şunlara uygulanır