次の方法で共有


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

適用対象

こちらもご覧ください