CodeGroup.Children プロパティ
コード グループの子コード グループを順序付けして示したリストを取得または設定します。
Public Property Children As IList
[C#]
public IList Children {get; set;}
[C++]
public: __property IList* get_Children();public: __property void set_Children(IList*);
[JScript]
public function get Children() : IList;public function set Children(IList);
プロパティ値
子コード グループのリスト。
例外
例外の種類 | 条件 |
---|---|
ArgumentException | このプロパティを null 参照 (Visual Basic では Nothing) に設定しようとしました。 |
解説
子コード グループの順序は、特定のコード グループでは重要です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ