'宣言 Public Shared Function IsC1PrintDocumentType( _ ByVal type As System.Type _ ) As System.Boolean
'使用法 Dim type As System.Type Dim value As System.Boolean value = Utils.IsC1PrintDocumentType(type)
public static System.bool IsC1PrintDocumentType( System.Type type )
パラメータ
- type
- テストするタイプ。
戻り値の型
指定されたタイプを C1PrintDocumentとして表せる場合は true、そうでない場合は false。