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