Bitmap for UWP
BuildPropertySetter<T> メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : BuildPropertySetter<T> メソッド
Type of the setter.
Type of the custom effect.
The property info to set the value to.
Builds a fast property setter from a type and a property info.
シンタックス
'宣言
 
Public Shared Function BuildPropertySetter(Of T)( _
   ByVal customEffectType As System.Type, _
   ByVal propertyInfo As System.Reflection.PropertyInfo _
) As C1.Util.DX.SetValueFastDelegate(Of T)
public static C1.Util.DX.SetValueFastDelegate<T> BuildPropertySetter<T>( 
   System.Type customEffectType,
   System.Reflection.PropertyInfo propertyInfo
)

パラメータ

customEffectType
Type of the custom effect.
propertyInfo
The property info to set the value to.

型パラメータ

T
Type of the setter.

戻り値の型

A compiled delegate.
参照

DXUtil クラス
DXUtil メンバ