次の方法で共有


ComponentCollection.Item プロパティ

指定した名前と一致するコンポーネントをコレクションから取得します。

[C#] C# では、このプロパティは ComponentCollection クラスのインデクサになります。

オーバーロードの一覧

指定した名前と一致するコンポーネントをコレクションから取得します。

[Visual Basic] Overloads Public Overridable Default ReadOnly Property Item(String) As IComponent

[C#] public virtual IComponent this[string] {get;}

[C++] public: __property virtual IComponent* get_Item(String*);

[JScript] ComponentCollection.Item (String)

コレクション内の指定したインデックス位置の Component を取得します。

[Visual Basic] Overloads Public Overridable Default ReadOnly Property Item(Integer) As IComponent

[C#] public virtual IComponent this[int] {get;}

[C++] public: __property virtual IComponent* get_Item(int);

[JScript] ComponentCollection.Item (int)

参照

ComponentCollection クラス | ComponentCollection メンバ | System.ComponentModel 名前空間