共用方式為


ExportsChangeEventArgs.RemovedExports 屬性

定義

取得已從變更移除的匯出。

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)

屬性值

已移除的匯出集合。

適用於