Package.GetLogoAsRandomAccessStreamReference(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.
Gets the application logo of the package as a random access stream.
public:
virtual RandomAccessStreamReference ^ GetLogoAsRandomAccessStreamReference(Size size) = GetLogoAsRandomAccessStreamReference;
RandomAccessStreamReference GetLogoAsRandomAccessStreamReference(Size const& size);
public RandomAccessStreamReference GetLogoAsRandomAccessStreamReference(Size size);
function getLogoAsRandomAccessStreamReference(size)
Public Function GetLogoAsRandomAccessStreamReference (size As Size) As RandomAccessStreamReference
Parameters
- size
- Size
The size of the application logo to get.
Returns
A random access stream that contains the logo.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|