'宣言 Public Shared Function CreateForm( _ ByVal exporter As Exporter, _ ByVal customType As System.Type, _ ByVal defaultType As System.Type _ ) As ExportOptionsFormBase
'使用法 Dim exporter As Exporter Dim customType As System.Type Dim defaultType As System.Type Dim value As ExportOptionsFormBase value = ExportOptionsFormBase.CreateForm(exporter, customType, defaultType)
public static ExportOptionsFormBase CreateForm( Exporter exporter, System.Type customType, System.Type defaultType )
パラメータ
- exporter
- The exporter to use.
- customType
- The custom form type.
- defaultType
- The default form type.