ObjectDataSourceStatusEventArgs.OutputParameters プロパティ

定義

ビジネス オブジェクトのメソッドのパラメーターとそれらの値を含むコレクションを取得します。

public:
 property System::Collections::IDictionary ^ OutputParameters { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary OutputParameters { get; }
member this.OutputParameters : System.Collections.IDictionary
Public ReadOnly Property OutputParameters As IDictionary

プロパティ値

ビジネス オブジェクトのメソッドのパラメーターと対応する値を示す、名前/値ペアの IDictionary

注釈

参照によってビジネス オブジェクト メソッドに渡されるすべてのパラメーターは、コレクションに OutputParameters 返されます。

適用対象