SharePointProjectPropertiesRequestedEventArgs Class

Definition

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
SharePointProjectPropertiesRequestedEventArgs

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.

Applies to