FrameFilter.SetStringParameter Method
string(文字列型)パラメータを設定します。
構文
[VB.NET]
Public Sub SetStringParameter( name As String, value As String)
[C#]public void SetStringParameter( string name, string value );
パラメータ | 説明 |
---|---|
name | 設定するパラメータ名。有効なパラメータ名のリストを取得するには、AvailableParametersクラスライブラリリファレンス>クラス>FrameFilter>FrameFilter.AvailableParameters Propertyを使います。 |
value | パラメータの新しい値 |
サンプル
パラメータの設定、読み出しに関してはSetIntParameterクラスライブラリリファレンス>クラス>FrameFilter>FrameFilter.SetIntParameter Methodを参照してください。