言語

DispatcherOperation.Result プロパティ

定義

操作が完了した後の操作の結果を取得します。

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

プロパティ値

操作の結果。または、操作が完了していない場合に null

適用対象