Bitmap for UWP
SetValueByName<T>(String,PropertyType,T) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Properties クラス > SetValueByName メソッド : SetValueByName<T>(String,PropertyType,T) メソッド
Name of the property
Property type.
Value of the property
Sets the named property to the given value.
シンタックス
'宣言
 
Public Overloads Sub SetValueByName(Of T As {New, Struct})( _
   ByVal name As System.String, _
   ByVal type As PropertyType, _
   ByVal value As T _
) 
public void SetValueByName<T>( 
   System.string name,
   PropertyType type,
   T value
)
where T: new(), struct

パラメータ

name
Name of the property
type
Property type.
value
Value of the property

型パラメータ

T
参照

Properties クラス
Properties メンバ
オーバーロード一覧