共用方式為


CompositionBatch.PartsToRemove 屬性

定義

取得要移除的 ComposablePart 物件集合。

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

屬性值

要移除的部分集合。

適用於