Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 696 Bytes

package_logo.md

File metadata and controls

25 lines (18 loc) · 696 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Package.Logo
winrt property

Windows.ApplicationModel.Package.Logo

-description

Gets the logo of the package.

-property-value

The logo of the package.

-remarks

Important

This property is only supported for UWP app. If you call this property on an instance of a package that was created by any mechanism other than Package.Current, this property will throw an exception.

-examples

-see-also

App package information sample (Windows 10)