TypeConverter.StandardValuesCollection.Count プロパティ
コレクション内のオブジェクトの数を取得します。
名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)
構文
'宣言
Public ReadOnly Property Count As Integer
'使用
Dim instance As StandardValuesCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
/** @property */
public int get_Count ()
public function get Count () : int
プロパティ値
コレクション内のオブジェクトの数。
解説
Count プロパティは、オブジェクトのコレクションを反復処理するループの限度を設定するために使用できます。コレクションのインデックスは 0 から始まるため、ループの上限として Count - 1
を使用します。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
TypeConverter.StandardValuesCollection クラス
TypeConverter.StandardValuesCollection メンバ
System.ComponentModel 名前空間
TypeConverter.StandardValuesCollection クラス
TypeConverter クラス