'宣言 Public Shared Function GetPropertyDescriptorValue(Of T)( _ ByVal propertyDescriptor As System.ComponentModel.PropertyDescriptor, _ ByVal item As System.Object _ ) As T
public static T GetPropertyDescriptorValue<T>( System.ComponentModel.PropertyDescriptor propertyDescriptor, System.object item )
パラメータ
- propertyDescriptor
- The property descriptor.
- item
- The item.
型パラメータ
- T