SharePointProjectPropertiesRequestedEventArgs.PropertySources Property

Definition

Gets or sets the collection of property source objects being requested.

public:
 property Microsoft::VisualStudio::SharePoint::IPropertySourceCollection ^ PropertySources { Microsoft::VisualStudio::SharePoint::IPropertySourceCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.IPropertySourceCollection PropertySources { get; }
member this.PropertySources : Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
Public ReadOnly Property PropertySources As IPropertySourceCollection

Property Value

A collection of property source objects being requested.

Remarks

All browsable properties of the provided objects appear in the property grid.

Applies to