TimePickerFlyout.ShowAtAsync(FrameworkElement) Méthode

Définition

Commence une opération asynchrone pour afficher le menu volant placé par rapport à l’élément spécifié.

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

Paramètres

target
FrameworkElement

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

Retours

Opération asynchrone.

Attributs

S’applique à