バージョン

Replace(String,IFilterExpression) メソッド

現在の式の「Replace」式である式を返します。
シンタックス
'宣言
 
Public Overloads Function Replace( _
   ByVal toFind As String, _
   ByVal replacement As IFilterExpression _
) As FilterExpression

パラメータ

toFind
現在の式に検索する文字列。
replacement
現在の式に置き換える文字列に解決する式。

戻り値の型

結果の式。
参照