'宣言 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
 - Custom form type or null.
 - defaultType
 - Default form type.
 
戻り値の型
The newly created OutputRangeForm.