IFunctionResult.ReturnValue プロパティ

定義

関数の戻り値を取得します。

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

プロパティ値

関数によって返される値。

適用対象