Share via


IPropertySourceCollection.Add(Object) Method

Definition

Adds a new property source object to the IPropertySourceCollection collection.

public:
 void Add(System::Object ^ propertySource);
public void Add (object propertySource);
abstract member Add : obj -> unit
Public Sub Add (propertySource As Object)

Parameters

propertySource
Object

Property source object to be added.

Remarks

All public properties of the provided property source objects appear in the Properties window.

Applies to