DioDocs for PDF
BuildPropertySetter<T> メソッド

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

パラメータ

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

型パラメータ

T
セッターのタイプ。

戻り値の型

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

DXUtil クラス
DXUtil メンバ