PersonalizationDictionary.Count プロパティ

定義

ディクショナリ内のエントリの数を取得します。

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

プロパティ値

ディクショナリ内のエントリの数。

実装

注釈

パーソナル化ディクショナリ内のエントリの数を取得するには、このプロパティを使用します。

適用対象