次の方法で共有


ConfigurationElement.ChildElements プロパティ

定義

現在の要素のすべての子要素を取得します。

public:
 property Microsoft::Web::Administration::ConfigurationChildElementCollection ^ ChildElements { Microsoft::Web::Administration::ConfigurationChildElementCollection ^ get(); };
public Microsoft.Web.Administration.ConfigurationChildElementCollection ChildElements { get; }
member this.ChildElements : Microsoft.Web.Administration.ConfigurationChildElementCollection
Public ReadOnly Property ChildElements As ConfigurationChildElementCollection

プロパティ値

現在の ConfigurationChildElementCollection 要素のすべての子要素を含む オブジェクト。

注釈

プロパティで ChildElements 表される子要素コレクションは、 メソッドの戻り値 GetCollection によって表される入れ子になった要素コレクションとは異なります。 どちらのコレクションにも オブジェクトが含まれています ConfigurationElement 。 ただし、構成セクションなどの一意の子要素の構成を照会するときは、 プロパティを使用 ChildElements する system.webServer/asp 必要があります。 一意のキーや複数属性キー (構成セクションなど) を含むコレクション要素の構成に対してクエリを実行する場合は、 メソッドを使用 GetCollection する system.webServer/sites 必要があります。

適用対象