Condividi tramite


ListPickerFlyout.ShowAtAsync(FrameworkElement) Metodo

Definizione

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

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

Parametri

target
FrameworkElement

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

Restituisce

Operazione asincrona.

Attributi

Si applica a