Partager via


ListPickerFlyout.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<IVectorView<Platform::Object ^> ^> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IInspectable>> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<object>> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of IReadOnlyList(Of Object))

Paramètres

target
FrameworkElement

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

Retours

Opération asynchrone.

Attributs

S’applique à