'宣言 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
- プロパティディスクリプタ。
- item
- 項目
型パラメータ
- T