SharePointProjectPropertiesRequestedEventArgs Class
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.
Provides data for the ProjectPropertiesRequested event.
public ref class SharePointProjectPropertiesRequestedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectEventArgs
public class SharePointProjectPropertiesRequestedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs
type SharePointProjectPropertiesRequestedEventArgs = class
inherit SharePointProjectEventArgs
Public Class SharePointProjectPropertiesRequestedEventArgs
Inherits SharePointProjectEventArgs
- Inheritance
Constructors
SharePointProjectPropertiesRequestedEventArgs(ISharePointProject, IPropertySourceCollection) |
Initializes a new instance of the SharePointProjectPropertiesRequestedEventArgs class with the provided instance of the ISharePointProject and the collection of property sources. |
Properties
Project |
Gets or sets an instance of the ISharePointProject. (Inherited from SharePointProjectEventArgs) |
PropertySources |
Gets or sets the collection of property source objects being requested. |