ExportsChangeEventArgs.AddedExports 屬性

定義

取得已加入至此變更的匯出。

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

屬性值

已加入的匯出集合。

適用於