バージョン

GetPropertyDescriptor メソッド

指定されたデータ レコードのセル データを取得する場合に、このフィールドにより使用されたプロパティ記述子を返します。
シンタックス
'宣言
 
Public Function GetPropertyDescriptor( _
   ByVal dataRecord As DataRecord _
) As PropertyDescriptor
public PropertyDescriptor GetPropertyDescriptor( 
   DataRecord dataRecord
)

パラメータ

dataRecord
データ レコード。

戻り値の型

PropertyDescriptor インスタンス。
解説

GetPropertyDescriptor メソッドは、このフィールドによって使用される PropertyDescriptor を取得するために使用されます。同種のデータ ソースでは、フィールド レイアウトのすべてのデータ レコードはフィールドのために同じ PropertyDescriptor を使用します。

参照