SecondaryTile.LockScreenBadgeLogo Property
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 or sets the location of a badge logo image to represent the secondary tile on the lock screen. By supplying this image, you declare that the secondary tile is eligible to display a badge on the lock screen. If you also want the secondary tile to be eligible for the lock screen's detailed tile slot, you must also set the LockScreenDisplayBadgeAndTileText property to True.
Note
Stating that your secondary tile is eligible for a lock screen presence does not guarantee that it will have one. Only the user can add an app to one of the seven lock screen slots. For more information, see the Lock screen overview.
public:
property Uri ^ LockScreenBadgeLogo { Uri ^ get(); void set(Uri ^ value); };
Uri LockScreenBadgeLogo();
void LockScreenBadgeLogo(Uri value);
public System.Uri LockScreenBadgeLogo { get; set; }
var uri = secondaryTile.lockScreenBadgeLogo;
secondaryTile.lockScreenBadgeLogo = uri;
Public Property LockScreenBadgeLogo As Uri
Property Value
A Uniform Resource Identifier (URI) that specifies the logo image file location.