TimePickerFlyout.ShowAtAsync(FrameworkElement) 方法

定義

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

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

參數

target
FrameworkElement

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

傳回

非同步作業。

屬性

適用於