'宣言 Public Shared Function CreateForm( _ ByVal exporter As ExportFilter, _ ByVal customType As System.Type, _ ByVal defaultType As System.Type _ ) As ExportOptionsFormBase
'使用法 Dim exporter As ExportFilter Dim customType As System.Type Dim defaultType As System.Type Dim value As ExportOptionsFormBase value = ExportOptionsFormBase.CreateForm(exporter, customType, defaultType)
public static ExportOptionsFormBase CreateForm( ExportFilter exporter, System.Type customType, System.Type defaultType )
パラメータ
- exporter
- 使用するエクスポータ。
- customType
- カスタムフォームタイプ。
- defaultType
- デフォルトのフォームタイプ。