TreeNodeStyleCollection.Item プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As TreeNodeStyleCollection Dim i As Integer Dim value As TreeNodeStyle value = instance(i) instance(i) = value
public: property TreeNodeStyle^ default [int] { TreeNodeStyle^ get (int i); void set (int i, TreeNodeStyle^ value); }
/** @property */ public TreeNodeStyle get_Item (int i) /** @property */ public void set_Item (int i, TreeNodeStyle value)
プロパティ値
TreeNodeStyleCollection 内の指定したインデックス位置にある TreeNodeStyle。

Item インデックス プロパティを使用して、配列表記で指定したインデックス位置にある TreeNodeStyleCollection オブジェクトから TreeNodeStyle オブジェクトにアクセスします。コレクションのインデックスは 0 から始まります。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTreeNodeStyleCollection.Item プロパティを検索する場合は、下記のリンクをクリックしてください。

- TreeNodeStyleCollection.Item プロパティのページへのリンク