IDynamicProperties.AddProperties Method

Definition

Dynamically add properties to the Properties Collection.

public void AddProperties (System.ComponentModel.PropertyDescriptorCollection properties, System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes);
abstract member AddProperties : System.ComponentModel.PropertyDescriptorCollection * System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> unit
Public Sub AddProperties (properties As PropertyDescriptorCollection, context As ITypeDescriptorContext, value As Object, attributes As Attribute())

Parameters

properties
PropertyDescriptorCollection

Properties collection

value
Object
attributes
Attribute[]

Applies to