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

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

返回

异步操作

属性

适用于