SharePointProjectItemStartupUrlRequestedEventArgs Class
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.
Provides data for the ProjectItemStartupUrlRequested event.
public ref class SharePointProjectItemStartupUrlRequestedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class SharePointProjectItemStartupUrlRequestedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type SharePointProjectItemStartupUrlRequestedEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class SharePointProjectItemStartupUrlRequestedEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
SharePointProjectItemStartupUrlRequestedEventArgs(ISharePointProjectItem, ISharePointProjectItemDeploymentContext) |
Initializes a new instance of the SharePointProjectItemStartupUrlRequestedEventArgs class with the provided instance of the ISharePointProjectItem. |
Properties
DeploymentContext |
Gets or sets the current deployment context. |
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |
StartupUrl |
Gets or sets the startup URL that is used for debugging when the SharePoint project item is selected as a Startup item. |