ISharePointProjectExtension.Initialize(ISharePointProjectService) Method
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.
Initializes the SharePoint project extension.
public:
void Initialize(Microsoft::VisualStudio::SharePoint::ISharePointProjectService ^ projectService);
public void Initialize (Microsoft.VisualStudio.SharePoint.ISharePointProjectService projectService);
abstract member Initialize : Microsoft.VisualStudio.SharePoint.ISharePointProjectService -> unit
Public Sub Initialize (projectService As ISharePointProjectService)
Parameters
- projectService
- ISharePointProjectService
An instance of SharePoint project service.