SharePointProjectItemStartupUrlRequestedEventArgs Constructor

Definition

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.

Applies to