IFolderProjectItem 接口

定义

为设计宿主(如 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。

适用于

另请参阅