SharePointProjectItemStartupUrlRequestedEventArgs Class
Provides data for the ProjectItemStartupUrlRequested event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemStartupUrlRequestedEventArgs
| Name | Description | |
|---|---|---|
![]() | SharePointProjectItemStartupUrlRequestedEventArgs(ISharePointProjectItem^, ISharePointProjectItemDeploymentContext^) | Initializes a new instance of the SharePointProjectItemStartupUrlRequestedEventArgs class with the provided instance of the ISharePointProjectItem. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


