次の方法で共有


TaskHostClass.ExecutionValue プロパティ

定義

タスクの実行結果を取得します。

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

プロパティ値

ユーザー定義のオブジェクトです。

実装

適用対象