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。

适用于

另请参阅