ISharePointProjectExtension Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an extension for SharePoint projects.
public interface class ISharePointProjectExtensionpublic interface ISharePointProjectExtensiontype ISharePointProjectExtension = interfacePublic Interface ISharePointProjectExtensionRemarks
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.
Methods
| Initialize(ISharePointProjectService) | Initializes the SharePoint project extension. |