Condividi tramite


ExportsChangeEventArgs.RemovedExports Proprietà

Definizione

Ottiene le esportazioni rimosse nella modifica.

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)

Valore della proprietà

Raccolta di esportazioni rimosse.

Si applica a