GridItemCollection クラス
GridItem オブジェクトのコレクションを格納します。
この型のすべてのメンバの一覧については、GridItemCollection メンバ を参照してください。
System.Object
System.Windows.Forms.GridItemCollection
Public Class GridItemCollection
Implements ICollection, IEnumerable
[C#]
public class GridItemCollection : ICollection, IEnumerable
[C++]
public __gc class GridItemCollection : public ICollection,
IEnumerable
[JScript]
public class GridItemCollection implements ICollection, IEnumerable
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
このクラスは、 PropertyGrid に格納されている GridItem オブジェクトのコレクションを表します。
特定の GridItem を取得するには、コレクション内のインデックスか、インデクサでアクセスするコレクション内のグリッド項目のラベルのいずれかを使用します。
必要条件
名前空間: System.Windows.Forms
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Windows.Forms (System.Windows.Forms.dll 内)