[]
Sets the property descriptor value.
public static void SetPropertyDescriptorValue<T>(PropertyDescriptor propertyDescriptor, object item, T value)
Public Shared Sub SetPropertyDescriptorValue(Of T)(propertyDescriptor As PropertyDescriptor, item As Object, value As T)
| Type | Name | Description |
|---|---|---|
| PropertyDescriptor | propertyDescriptor | The property descriptor. |
| object | item | The item. |
| T | value | The value. |
| Name | Description |
|---|---|
| T |
For internal use only.