XML 要素の子要素の配列を取得または設定します。
Public Property Children As ArrayList
[C#]
public ArrayList Children {get; set;}
[C++]
public: __property ArrayList* get_Children();public: __property void set_Children(ArrayList*);
[JScript]
public function get Children() : ArrayList;public function set Children(ArrayList);
プロパティ値
セキュリティ要素としての XML 要素の順序付けられた子要素。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | XML 親ノードの子が null 参照 (Visual Basic では Nothing) です。 |
解説
SecurityElement が Text と Children の両方を格納している場合は、 Text が初めに表示されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SecurityElement クラス | SecurityElement メンバ | System.Security 名前空間