共用方式為


SharePointProjectItemPropertiesRequestedEventArgs Constructor

Definition

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.

Applies to