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

オブジェクトを解放するメソッドへの参照。

適用対象