ISharePointProjectExtension 接口

表示 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 命名空间