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

要用作浮出控件放置目标的元素。

返回

异步操作。

属性

适用于