ISharePointProjectExtension 接口

更新:2010 年 5 月

表示 SharePoint 项目的扩展名。

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

语法

声明
Public Interface ISharePointProjectExtension
public interface ISharePointProjectExtension

ISharePointProjectExtension 类型公开以下成员。

方法

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

页首

备注

实现 ISharePointProjectExtension 接口以定义在 Visual Studio 中打开任何 SharePoint 项目时加载的扩展名。 有关更多信息,请参见扩展 SharePoint 项目如何:创建 SharePoint 项目扩展

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

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间

修订记录

Date

修订记录

原因

2010 年 5 月

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

信息补充。