SharePointProjectEventArgs(ISharePointProject) Constructor
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 a new instance of the SharePointProjectEventArgs class with the provided instance of the ISharePointProject.
public:
SharePointProjectEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProject ^ project);
public SharePointProjectEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project);
new Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProject -> Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs
Public Sub New (project As ISharePointProject)
Parameters
- project
- ISharePointProject
The instance of the SharePoint project.