Compartir a través de


IErrorPage.GetWinFxCallback Propiedad

Definición

Permite obtener o establecer una referencia a un controlador DispatcherOperationCallback, que puede controlar las solicitudes de descarga en tiempo de ejecución de .NET.

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

Valor de propiedad

Un DispatcherOperationCallback controlador.

Se aplica a