共用方式為


GameModeConfiguration.IsEnabled 屬性

定義

已針對遊戲模式啟用相關聯的 GameListEntry

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = gameModeConfiguration.isEnabled;
gameModeConfiguration.isEnabled = boolean;
Public Property IsEnabled As Boolean

屬性值

Boolean

bool

Windows 需求

應用程式功能
gameList

備註

此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。

適用於