Condividi tramite


TimePickerFlyout.ShowAtAsync(FrameworkElement) Metodo

Definizione

Avvia un'operazione asincrona per visualizzare il riquadro a comparsa posizionato in relazione all'elemento specificato.

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))

Parametri

target
FrameworkElement

Elemento da usare come destinazione di posizionamento del riquadro a comparsa.

Restituisce

Operazione asincrona.

Attributi

Si applica a