DatePickerFlyout.ShowAtAsync(FrameworkElement) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 요소와 관련하여 배치된 날짜 선택기를 표시하는 비동기 작업을 시작합니다.
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
플라이아웃의 배치 대상으로 사용할 요소입니다.
반환
비동기 작업
- 특성