SharePointProjectItemStartupUrlRequestedEventArgs Constructor
Initializes a new instance of the SharePointProjectItemStartupUrlRequestedEventArgs class with the provided instance of the ISharePointProjectItem.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
projectItem As ISharePointProjectItem, _
deploymentContext As ISharePointProjectItemDeploymentContext _
)
public SharePointProjectItemStartupUrlRequestedEventArgs(
ISharePointProjectItem projectItem,
ISharePointProjectItemDeploymentContext deploymentContext
)
Parameters
projectItem
Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectItemInstance of the SharePoint project item.
deploymentContext
Type: Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContextAn ISharePointProjectItemDeploymentContext object that contains information about the project item's deployment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.