Share via


IErrorPage.RefreshCallback 屬性

定義

取得或設定對 DispatcherOperationCallback 處理常式的參考,該處理常式可重新整理錯誤網頁。

public:
 property System::Windows::Threading::DispatcherOperationCallback ^ RefreshCallback { System::Windows::Threading::DispatcherOperationCallback ^ get(); void set(System::Windows::Threading::DispatcherOperationCallback ^ value); };
public System.Windows.Threading.DispatcherOperationCallback RefreshCallback { get; set; }
member this.RefreshCallback : System.Windows.Threading.DispatcherOperationCallback with get, set
Public Property RefreshCallback As DispatcherOperationCallback

屬性值

DispatcherOperationCallback

DispatcherOperationCallback 處理常式,可重新整理錯誤網頁。

適用於