TabControl.TabPageCollection.System.Collections.ICollection.Count プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Visual Basic (宣言)

Private ReadOnly Property System.Collections.ICollection.Count As Integer Implements ICollection.Count

Visual Basic (使用法)

Dim instance As TabPageCollection Dim value As Integer

value = CType(instance, ICollection).Count

C#

int ICollection.Count { get; }

C++

private: virtual int System.Collections.ICollection.Count { int get () sealed = ICollection::Count::get; }

J#

J# では、明示的なインタフェースの実装使用できますが、新規に宣言することはできません。

JScript

JScript では、明示的なインタフェースの実装使用できますが、新規に宣言することはできません。

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Compact Framework
サポート対象 : 1.0

参照参照

関連項目
TabControl.TabPageCollection クラス
TabControl.TabPageCollection メンバ
System.Windows.Forms 名前空間