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

デザイン ホストのプロジェクト フォルダー内の項目を格納している ICollection

適用対象

こちらもご覧ください