IPackage2
Namespace: XPlat.ApplicationModel
Provides information about a package.
public interface IPackage2
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Properties
DisplayName
Gets the display name of the package.
string DisplayName { get; }
Logo
Gets the logo of the package.
Uri Logo { get; }
IsDevelopmentMode
Indicates whether the package is installed in development mode.
bool IsDevelopmentMode { get; }
Related information
References
Last updated