SharePointProjectItemEventArgs.ProjectItem Property

Definition

Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised.

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ ProjectItem { Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItem ProjectItem { get; }
member this.ProjectItem : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Public ReadOnly Property ProjectItem As ISharePointProjectItem

Property Value

The SharePoint project item that corresponds to the event that is being raised.

Applies to