DispatcherOperation.Result プロパティ

定義

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

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

プロパティ値

Object

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

適用対象