SharePointProjectItemPropertiesRequestedEventArgs Constructor
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.
Initializes a new instance of the SharePointProjectItemPropertiesRequestedEventArgs class with the provided instances of the ISharePointProjectItem and property source collection.
public:
SharePointProjectItemPropertiesRequestedEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ projectItem, Microsoft::VisualStudio::SharePoint::IPropertySourceCollection ^ propertySources);
public SharePointProjectItemPropertiesRequestedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProjectItem projectItem, Microsoft.VisualStudio.SharePoint.IPropertySourceCollection propertySources);
new Microsoft.VisualStudio.SharePoint.SharePointProjectItemPropertiesRequestedEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem * Microsoft.VisualStudio.SharePoint.IPropertySourceCollection -> Microsoft.VisualStudio.SharePoint.SharePointProjectItemPropertiesRequestedEventArgs
Public Sub New (projectItem As ISharePointProjectItem, propertySources As IPropertySourceCollection)
Parameters
- projectItem
- ISharePointProjectItem
An instance of the SharePoint project item.
- propertySources
- IPropertySourceCollection
A collection of property source objects being requested.