ISharePointProjectExtension Interface
Represents an extension for SharePoint projects.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Initialize(ISharePointProjectService^) | Initializes the SharePoint project extension. |
Implement the ISharePointProjectExtension interface to define an extension that is loaded when any SharePoint project is opened in Visual Studio. For more information, see Extending SharePoint Projects and How to: Create a SharePoint Project Extension.
Classes that implement this interface must include the System.ComponentModel.Composition::ExportAttribute to be discovered by the project system.
Show:
