IFolderProjectItem.Children 속성

정의

Visual Studio 2005와 같은 디자인 호스트의 프로젝트 폴더에 있는 항목 컬렉션을 가져옵니다.

public:
 property System::Collections::ICollection ^ Children { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Children { get; }
member this.Children : System.Collections.ICollection
Public ReadOnly Property Children As ICollection

속성 값

디자인 호스트의 프로젝트 폴더에 있는 항목이 포함된 ICollection입니다.

적용 대상

추가 정보