CodeGroup.Children 속성

정의

코드 그룹의 자식 코드 그룹의 순서가 지정된 목록을 가져오거나 설정합니다.

public:
 property System::Collections::IList ^ Children { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList Children { get; set; }
member this.Children : System.Collections.IList with get, set
Public Property Children As IList

속성 값

자식 코드 그룹의 목록입니다.

예외

이 속성을 null.로 설정하려고 합니다.

개체가 아닌 CodeGroup 자식 목록을 사용하여 이 속성을 설정하려고 합니다.

설명

자식 코드 그룹의 순서는 특정 코드 그룹에 중요합니다.

메모

반환 값은 자식 코드 목록의 복사본입니다. 반환된 목록을 사용하여 자식 코드 그룹을 추가하지 마세요. 대신 메서드를 AddChild 사용합니다.

적용 대상