다음을 통해 공유


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)

속성 값

추가된 내보내기의 컬렉션입니다.

적용 대상