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 处理程序可处理错误页的刷新。

适用于