IDynamicProperties.AddProperties 方法

定義

動態地將屬性加入 Properties 集合。

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())

參數

properties
PropertyDescriptorCollection

物業收藏

value
Object
attributes
Attribute[]

適用於