다음을 통해 공유


PickerFlyout.ShowAtAsync(FrameworkElement) 메서드

정의

지정된 요소와 관련하여 배치된 플라이아웃을 표시하는 비동기 작업을 시작합니다.

public:
 virtual IAsyncOperation<bool> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of Boolean)

매개 변수

target
FrameworkElement

플라이아웃의 배치 대상으로 사용할 요소입니다.

반환

비동기 작업입니다.

특성

적용 대상