Add
type のインスタンスでメソッドを呼び出し、 typeIList(Of String)
のパラメーターを提供するように構成された InvokeMethod を持つ Workflow Foundation 4 アクティビティがありますString
。
ただし、実行すると次のエラーが表示されます。
'IList`1' does not have a public instance method named 'Add' matching the parameter
types, generic type arguments, and generic type constraints supplied to InvokeMethod
'InvokeMethod'.
考えられる InvokeMethod アクティビティのすべての設定を試しましたが、役に立ちませんでした。
問題は、InvokeMethod で文字列パラメーターをジェネリック リストに追加するにはどうすればよいかということです。