'宣言 Public Shared Function CreateForm( _ ByVal customType As System.Type, _ ByVal defaultType As System.Type _ ) As OutputRangeForm
'使用法 Dim customType As System.Type Dim defaultType As System.Type Dim value As OutputRangeForm value = OutputRangeForm.CreateForm(customType, defaultType)
public static OutputRangeForm CreateForm( System.Type customType, System.Type defaultType )
パラメータ
- customType
- カスタムフォーム型または null。
- defaultType
- デフォルトのフォーム型。
戻り値の型
新しく作成された OutputRangeForm。