Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents an extension for SharePoint projects.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ISharePointProjectExtension
public interface ISharePointProjectExtension
The ISharePointProjectExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Initialize | Initializes the SharePoint project extension. |
Top
Remarks
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 ExportAttribute to be discovered by the project system.
.gif)