DioDocs for PDF
BuildPropertyGetter<T> メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : BuildPropertyGetter<T> メソッド
ゲッターのタイプ。
カスタム効果のタイプ。
値を取得するプロパティ情報。
タイプとプロパティ情報から高速なプロパティゲッターを構築します。
シンタックス
'宣言
 
Public Shared Function BuildPropertyGetter(Of T)( _
   ByVal customEffectType As System.Type, _
   ByVal propertyInfo As System.Reflection.PropertyInfo _
) As GrapeCity.Documents.DX.GetValueFastDelegate(Of T)
public static GrapeCity.Documents.DX.GetValueFastDelegate<T> BuildPropertyGetter<T>( 
   System.Type customEffectType,
   System.Reflection.PropertyInfo propertyInfo
)

パラメータ

customEffectType
カスタム効果のタイプ。
propertyInfo
値を取得するプロパティ情報。

型パラメータ

T
ゲッターのタイプ。

戻り値の型

コンパイルされたデリゲート。
参照

DXUtil クラス
DXUtil メンバ