バージョン

GetCount メソッド

コレクションに含まれる項目の数を返します
シンタックス
'宣言
 
Public Function GetCount( _
   Optional ByVal includeFields As Boolean, _
   Optional ByVal includeFieldGroups As Boolean, _
   Optional ByVal includeDescendants As Boolean _
) As Integer
public int GetCount( 
   bool includeFields,
   bool includeFieldGroups,
   bool includeDescendants
)

パラメータ

includeFields
Field を含む場合は True
includeFieldGroups
FieldGroup を含む場合は True
includeDescendants
子孫グループからの数を含む場合は True

戻り値の型

合計数
参照