次の方法で共有


FullSeriesCollection.Count プロパティ

定義

コレクション内の完全な系列の数を表す Integer (C#では int ) を返します。 読み取り専用です。

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

プロパティ値

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

適用対象