영어로 읽기

다음을 통해 공유


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

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

반환

비동기 작업입니다.

특성

적용 대상

제품 버전
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100