AppExtension.AppInfo Property

Definition

Provides information such as the app extension's name, logo, package information, and app identifier, that the host app may choose to show to the user.

public:
 property AppInfo ^ AppInfo { AppInfo ^ get(); };
AppInfo AppInfo();
public AppInfo AppInfo { get; }
var appInfo = appExtension.appInfo;
Public ReadOnly Property AppInfo As AppInfo

Property Value

The application information.

Applies to