Partager via


DatePickerFlyout.ShowAtAsync(FrameworkElement) Méthode

Définition

Commence une opération asynchrone pour afficher le sélecteur de dates placé par rapport à l’élément spécifié.

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

Paramètres

target
FrameworkElement

Élément à utiliser comme cible de placement du menu volant.

Retours

Opération asynchrone

Attributs

S’applique à