IErrorPage.GetWinFxCallback Property

Definition

Gets or sets a reference to a DispatcherOperationCallback handler, which can handle requests for .NET runtime downloads.

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

Property Value

A DispatcherOperationCallback handler.

Applies to