'宣言 Public Shared Function IsC1Document( _ ByVal o As System.Object _ ) As System.Boolean
'使用法 Dim o As System.Object Dim value As System.Boolean value = Utils.IsC1Document(o)
public static System.bool IsC1Document( System.object o )
パラメータ
- o
- テストするタイプ。
戻り値の型
オブジェクトが IC1Documentをサポートする場合は true、そうでない場合は false。