IGameListEntry.DisplayInfo Property

Definition

Provides the application’s name, description, and logo for the associated IGameListEntry

public:
 property AppDisplayInfo ^ DisplayInfo { AppDisplayInfo ^ get(); };
AppDisplayInfo DisplayInfo();
public AppDisplayInfo DisplayInfo { get; }
var appDisplayInfo = iGameListEntry.displayInfo;
Public ReadOnly Property DisplayInfo As AppDisplayInfo

Property Value

Windows requirements

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