IFolderProjectItem 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供設計主應用程式 (例如 Visual Studio 2005) 中的專案資料夾介面。
public interface class IFolderProjectItem
public interface IFolderProjectItem
type IFolderProjectItem = interface
Public Interface IFolderProjectItem
屬性
Children |
取得設計主機中項目資料夾中的專案集合,例如Visual Studio 2005。 |
方法
AddDocument(String, Byte[]) |
將檔新增至設計主機中的項目資料夾,例如Visual Studio 2005。 |
AddFolder(String) |
在設計主機的項目資料夾中建立新的資料夾,例如Visual Studio 2005。 |