AppDisplayInfo.GetLogo(Size) Method

Definition

Get the application's logo.

public:
 virtual RandomAccessStreamReference ^ GetLogo(Size size) = GetLogo;
RandomAccessStreamReference GetLogo(Size const& size);
public RandomAccessStreamReference GetLogo(Size size);
function getLogo(size)
Public Function GetLogo (size As Size) As RandomAccessStreamReference

Parameters

size
Size

The size of the rectangle in which the logo must fit.

Returns

The largest logo in your Package.appxmanifest file that will fit in the specified Size.

Applies to