다음을 통해 공유


ListPickerFlyout.ShowAtAsync(FrameworkElement) 메서드

정의

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

public:
 virtual IAsyncOperation<IVectorView<Platform::Object ^> ^> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IInspectable>> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<object>> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of IReadOnlyList(Of Object))

매개 변수

target
FrameworkElement

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

반환

비동기 작업입니다.

특성

적용 대상