IPropertySourceCollection.Add(Object) Method
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.
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.