次の方法で共有


IReadOnlyCollection<T>.Count プロパティ

コレクションのアイテム数を取得します。

名前空間:  Microsoft.BusinessData.Infrastructure.Collections
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
ReadOnly Property Count As Integer
    Get
'使用
Dim instance As IReadOnlyCollection
Dim value As Integer

value = instance.Count
int Count { get; }

プロパティ値

型: System.Int32
コレクションのアイテム数を表す整数。

関連項目

参照先

IReadOnlyCollection<T> インターフェイス

IReadOnlyCollection<T> メンバー

Microsoft.BusinessData.Infrastructure.Collections 名前空間