다음을 통해 공유


ExportLifetimeContext<T>(T, Action) 생성자

정의

ExportLifetimeContext<T> 클래스의 새 인스턴스를 초기화합니다.

public:
 ExportLifetimeContext(T value, Action ^ disposeAction);
public ExportLifetimeContext (T value, Action disposeAction);
new System.ComponentModel.Composition.ExportLifetimeContext<'T> : 'T * Action -> System.ComponentModel.Composition.ExportLifetimeContext<'T>
Public Sub New (value As T, disposeAction As Action)

매개 변수

value
T

내보낸 값입니다.

disposeAction
Action

개체를 해제할 메서드에 대한 참조입니다.

적용 대상