SharePointProjectItemStartupUrlRequestedEventArgs Class

Definition

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
SharePointProjectItemStartupUrlRequestedEventArgs

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.

Applies to