次の方法で共有


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

ポップアップの配置ターゲットとして使用する要素。

戻り値

非同期操作

属性

適用対象