KeyContainerPermissionAccessEntryCollection.Count プロパティ

定義

コレクション内の項目の数を取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

コレクションに含まれる KeyContainerPermissionAccessEntry オブジェクトの数です。

実装

注釈

コレクション内の Count オブジェクトの KeyContainerPermissionAccessEntry 数を決定するには、 プロパティを KeyContainerPermissionAccessEntryCollection 使用します。 プロパティは Count 、コレクションを反復処理してコレクションの上限を決定するときによく使用されます。

適用対象

こちらもご覧ください