Share via


PickerFlyout.ShowAtAsync(FrameworkElement) 方法

定義

開始非同步作業,以顯示相對於指定專案放置的飛出視窗。

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)

參數

target
FrameworkElement

做為飛出視窗放置目標的 元素。

傳回

非同步作業。

屬性

適用於