SharePointProjectPropertiesRequestedEventArgs Constructor

Definition

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.

Applies to