AppDisplayInfo.GetLogo(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.