GameListEntryLaunchableState 열거형

정의

GameListEntry 시작 매개 변수가 지정된 컨텍스트를 제공합니다.

public enum class GameListEntryLaunchableState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 131072)]
enum class GameListEntryLaunchableState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 131072)]
public enum GameListEntryLaunchableState
var value = Windows.Gaming.Preview.GamesEnumeration.GameListEntryLaunchableState.notLaunchable
Public Enum GameListEntryLaunchableState
상속
GameListEntryLaunchableState
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.16299.0에서 도입되었습니다.)
Windows Mobile Extension SDK (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (v2.0에서 도입되었습니다.)
앱 기능
gameList

필드

ByLastRunningFullPath 1

시스템은 게임이 마지막으로 실행된 시간의 경로를 기반으로 실행 경로를 결정했습니다. 호출자는 사용자와 함께 실행 중인 위치를 확인할 수 있습니다.

ByTile 3

사용자가 시작 경로를 재정의할 수 없습니다. 이로 인해 SetLauncherExectuableFileAsync에서 오류가 반환됩니다.

ByUserProvidedPath 2

사용자가 시작 경로를 제공했습니다. 호출자는 편집 단추가 잘못 입력된 경우를 허용할 수 있습니다.

NotLaunchable 0

GameListEntry 를 시작할 수 없습니다. GameListEntry 에는 이진 파일에 대한 전체 경로가 없습니다.

설명

이 API는 모든 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

적용 대상