Aracılığıyla paylaş


NavigationRequestedEventArgs.Task Property

Definition

For internal use by platform renderers.

public:
 property System::Threading::Tasks::Task<bool> ^ Task { System::Threading::Tasks::Task<bool> ^ get(); void set(System::Threading::Tasks::Task<bool> ^ value); };
public System.Threading.Tasks.Task<bool> Task { get; set; }
member this.Task : System.Threading.Tasks.Task<bool> with get, set
Public Property Task As Task(Of Boolean)

Property Value

For internal use by the Microsoft.Maui.Controls platform.

Applies to