ListPickerFlyout.ShowAtAsync(FrameworkElement) 方法

定義

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

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

參數

target
FrameworkElement

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

傳回

非同步作業。

屬性

適用於