Share via


PickerFlyout.ShowAtAsync(FrameworkElement) Method

Definition

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

public:
 virtual IAsyncOperation<bool> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of Boolean)

Parameters

target
FrameworkElement

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

Returns

An asynchronous operation.

Attributes

Applies to