SharePointProjectItemPropertiesRequestedEventArgs.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.

Remarks

Any browsable properties defined on the property source object will display in the Properties window.

Applies to