TimePickerFlyout.ShowAtAsync(FrameworkElement) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始异步操作,以显示相对于指定元素放置的浮出控件。
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
 
要用作浮出控件的放置目标的元素。
返回
异步操作。
- 属性