Share via


TimePickerFlyout.ShowAtAsync(FrameworkElement) Método

Definición

Comienza una operación asincrónica para mostrar el control flotante colocado en relación con el elemento especificado.

public:
 virtual IAsyncOperation<IReference<TimeSpan> ^> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IReference<TimeSpan>> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<System.Nullable<System.TimeSpan>> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of Nullable(Of TimeSpan))

Parámetros

target
FrameworkElement

Elemento que se va a usar como destino de selección de ubicación del control flotante.

Devoluciones

Una operación asincrónica.

Atributos

Se aplica a