ISharePointProjectItemTypeExtension 接口

更新:2010 年 5 月

表示 SharePoint 项目项的特定类型的扩展名。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Interface ISharePointProjectItemTypeExtension
public interface ISharePointProjectItemTypeExtension

ISharePointProjectItemTypeExtension 类型公开以下成员。

方法

  名称 说明
公共方法 Initialize 初始化项目项类型扩展名。

页首

备注

实现 ISharePointProjectItemTypeExtension 接口以定义将特定 SharePoint 项目项类型的实例添加到 Visual Studio 中的项目或在 Visual Studio 中打开该实例时加载的扩展名。 有关更多信息,请参见扩展 SharePoint 项目项如何:创建 SharePoint 项目项扩展

实现此接口的类必须包括要通过项目系统发现的 System.ComponentModel.Composition.ExportAttributeSharePointProjectItemTypeAttribute

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间

修订记录

Date

修订记录

原因

2010 年 5 月

添加了新注释,该注释链接到显示如何实现此接口的主题

信息补充。