다음을 통해 공유


StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) 메서드

정의

현재 시작 화면에 앱을 고정하도록 요청합니다. 디바이스 패밀리에 따라 UI 스레드에서 호출해야 하며 사용자에게 앱을 고정할지 확인하는 대화 상자가 표시됩니다.

public:
 virtual IAsyncOperation<bool> ^ RequestAddAppListEntryAsync(AppListEntry ^ appListEntry) = RequestAddAppListEntryAsync;
IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry const& appListEntry);
public IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry appListEntry);
function requestAddAppListEntryAsync(appListEntry)
Public Function RequestAddAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)

매개 변수

appListEntry
AppListEntry

반환

적용 대상