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

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

戻り値

非同期操作。

属性

適用対象