共用方式為


DatePickerFlyout.ShowAtAsync(FrameworkElement) 方法

定義

開始非同步作業,以顯示相對於指定專案放置的日期選擇器。

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

參數

target
FrameworkElement

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

傳回

非同步作業

屬性

適用於