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입니다.

적용 대상