SharePointProjectItemStartupUrlRequestedEventArgs 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 SharePointProjectItemStartupUrlRequestedEventArgs class with the provided instance of the ISharePointProjectItem.
public SharePointProjectItemStartupUrlRequestedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProjectItem projectItem, Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext deploymentContext);
Parameters
- projectItem
- ISharePointProjectItem
Instance of the SharePoint project item.
- deploymentContext
- ISharePointProjectItemDeploymentContext
An ISharePointProjectItemDeploymentContext object that contains information about the project item's deployment.