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

Properties コレクション

value
Object
attributes
Attribute[]

適用対象