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)

プロパティ値

削除されたエクスポートのコレクション。

適用対象