IGameListEntry.DisplayInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.