ExportsChangeEventArgs.RemovedExports Właściwość

Definicja

Pobiera eksporty, które zostały usunięte w ramach zmiany.

public:
 property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ RemovedExports { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> RemovedExports { get; }
member this.RemovedExports : seq<System.ComponentModel.Composition.Primitives.ExportDefinition>
Public ReadOnly Property RemovedExports As IEnumerable(Of ExportDefinition)

Wartość właściwości

Kolekcja usuniętych eksportów.

Dotyczy