LockScreenInfo.Badges 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 the badges to display.
public:
property IVectorView<LockScreenBadge ^> ^ Badges { IVectorView<LockScreenBadge ^> ^ get(); };
IVectorView<LockScreenBadge> Badges();
public IReadOnlyList<LockScreenBadge> Badges { get; }
var iVectorView = lockScreenInfo.badges;
Public ReadOnly Property Badges As IReadOnlyList(Of LockScreenBadge)
Property Value
The badges.