AppListEntry.DisplayInfo Property

Definition

Provides an app's display name, description, and logo.

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

Property Value

An object representing the app's display name, description, and logo.

Applies to