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。 |