DatePickerFlyout.ShowAtAsync(FrameworkElement) Metodo

Definizione

Avvia un'operazione asincrona per visualizzare la selezione data posizionata in relazione all'elemento specificato.

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

Parametri

target
FrameworkElement

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

Restituisce

Operazione asincrona

Attributi

Si applica a