ExportsChangeEventArgs.RemovedExports Property

Definition

Gets the exports that were removed in the change.

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)

Property Value

A collection of the removed exports.

Applies to