GameListEntry.SetTitleIdAsync(String) Method

Definition

Updates the TitleID.

public:
 virtual IAsyncAction ^ SetTitleIdAsync(Platform::String ^ id) = SetTitleIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetTitleIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetTitleIdAsync(string id);
function setTitleIdAsync(id)
Public Function SetTitleIdAsync (id As String) As IAsyncAction

Parameters

id
String

Platform::String

winrt::hstring

Returns

Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
Windows Mobile Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced in v2.0)
App capabilities
gameList

Remarks

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Applies to