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);
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.