IFileAssociationCollection 接口
表示文件类型关联的集合。
命名空间: Microsoft.VisualStudio.ManagedInterfaces.Publish
程序集: Microsoft.VisualStudio.ManagedInterfaces.9.0(在 Microsoft.VisualStudio.ManagedInterfaces.9.0.dll 中)
语法
声明
<GuidAttribute("CE32A8CE-51D5-4eb9-B340-3910BFE7E393")> _
Public Interface IFileAssociationCollection
[GuidAttribute("CE32A8CE-51D5-4eb9-B340-3910BFE7E393")]
public interface IFileAssociationCollection
IFileAssociationCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Item | 获取指定的文件扩展名的文件关联。 |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 创建文件关联并将其添加到集合。 | |
Clear | 从集合中移除所有项。 | |
GetFileAssociations | 返回集合中的项作为数组。 | |
Remove | 从集合中移除文件关联。 |
页首
备注
关联是在部署中。
此接口在 Visual Studio 2008 Service Pack 1 或更高版本上运行的产品才可用。