ExportFactory<T>.CreateExport メソッド

定義

ファクトリのエクスポートの種類のインスタンスを作成します。

public:
 System::Composition::Export<T> ^ CreateExport();
public System.Composition.Export<T> CreateExport();
member this.CreateExport : unit -> System.Composition.Export<'T>
Public Function CreateExport () As Export(Of T)

返品

ファクトリのエクスポートの種類の有効なインスタンス。

適用対象