Partager via


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);
public SharePointProjectItemStartupUrlRequestedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProjectItem projectItem, Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext deploymentContext);
new Microsoft.VisualStudio.SharePoint.SharePointProjectItemStartupUrlRequestedEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem * Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext -> Microsoft.VisualStudio.SharePoint.SharePointProjectItemStartupUrlRequestedEventArgs
Public Sub New (projectItem As ISharePointProjectItem, deploymentContext As ISharePointProjectItemDeploymentContext)

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