MethodDataCollection.Count プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
MethodDataCollection コレクション内のオブジェクトの数を取得します。
名前空間: System.Management
アセンブリ: System.Management (system.management.dll 内)
構文
Public ReadOnly Property Count As Integer
Dim instance As MethodDataCollection Dim value As Integer
value = instance.Count
public: virtual property int Count { int get () sealed; }
/** @property */ public final int get_Count ()
public final function get Count () : int
プロパティ値
コレクション内のオブジェクトの数を表す Int32 値を返します。
MethodDataCollection 内のオブジェクトの数。
直前の呼び出し元に対する完全な信頼。このメンバは、信頼性が一部しか確認されていないコードでは使用できません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
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
関連項目
MethodDataCollection クラス
MethodDataCollection メンバ
System.Management 名前空間
ICollection.Count