ListPickerFlyout.ShowAtAsync(FrameworkElement) Method

Definition

Begins an asynchronous operation to show the flyout placed in relation to the specified element.

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

Parameters

target
FrameworkElement

The element to use as the flyout's placement target.

Returns

An asynchronous operation.

Attributes

Applies to