ConfigurationElement.ChildElements 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 요소의 모든 자식 요소를 가져옵니다.
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
고유한 자식 요소에 대한 구성을 쿼리할 때 속성을 사용해야 합니다. 구성 섹션과 같은 고유 키 또는 다중 특성 키가 포함된 컬렉션 요소에 대한 구성을 쿼리할 때 메서드를 system.webServer/sites
사용해야 GetCollection 합니다.