SharePointProjectItemPropertiesRequestedEventArgs Class
Provides data for the ProjectItemPropertiesRequested event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemPropertiesRequestedEventArgs
| Name | Description | |
|---|---|---|
![]() | SharePointProjectItemPropertiesRequestedEventArgs(ISharePointProjectItem^, IPropertySourceCollection^) | Initializes a new instance of the SharePointProjectItemPropertiesRequestedEventArgs class with the provided instances of the ISharePointProjectItem and property source collection. |
| Name | Description | |
|---|---|---|
![]() | ProjectItem | Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised.(Inherited from SharePointProjectItemEventArgs.) |
![]() | PropertySources | Gets or sets the collection of property source objects being requested. |
| 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.


