DioDocs for PDF
SetValueByName<T>(String,PropertyType,T) メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Properties クラス > SetValueByName メソッド : SetValueByName<T>(String,PropertyType,T) メソッド
プロパティ名。
プロパティタイプ。
プロパティの値。
名前付きプロパティを指定された値に設定します。
シンタックス
'宣言
 
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
プロパティ名。
type
プロパティタイプ。
value
プロパティの値。

型パラメータ

T
参照

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