FeedAnnouncement Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données pour une annonce de flux qu’un fournisseur de flux peut demander à être affiché en appelant <Microsoft.Windows.Widgets.Feeds.Providers.FeedManager.TryShowAnnouncement(System.String,System.String,Microsoft.Windows.Widgets.Notifications.FeedAnnouncement)>.
public ref class FeedAnnouncement sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.Widgets.Notifications.IFeedAnnouncementFactory, 327680, "Microsoft.Windows.Widgets.WidgetContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FeedAnnouncement final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.Widgets.Notifications.IFeedAnnouncementFactory), 327680, "Microsoft.Windows.Widgets.WidgetContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FeedAnnouncement
function FeedAnnouncement(id, primaryText, secondaryText, lightModeIcon, darkModeIcon)
Public NotInheritable Class FeedAnnouncement
- Héritage
- Attributs
Constructeurs
FeedAnnouncement(String, String, String, Uri, Uri) |
Initialise une nouvelle instance de la classe FeedAnnouncement. |
Propriétés
CustomAccessibilityText |
Obtient ou définit le texte d’accessibilité personnalisé est annoncé par les lecteurs d’écran. |
DarkModeIconUri |
Obtient ou définit l’URI d’icône requis pour le thème du système d’exploitation en mode sombre, qui s’affiche sur la notification si le thème actuel du système d’exploitation est sombre. |
Duration |
Obtient ou définit une valeur de durée facultative, en spécifiant la durée d’affichage de l’annonce. |
ExpirationTime |
Obtient ou définit l’heure d’expiration facultative de l’annonce. |
Id |
Obtient ou définit un identificateur unique requis pour l’annonce. |
IsSecondaryTextSubtle |
Obtient ou définit une valeur indiquant que la chaîne SecondaryText est affichée avec une mise en forme subtile pour apparaître moins visible. |
LightModeIconUri |
Obtient ou définit l’URI d’icône requis pour le thème du système d’exploitation en mode clair, qui s’affiche sur la notification si le thème actuel du système d’exploitation est clair. |
PrimaryText |
Obtient ou définit le texte principal requis pour l’annonce. |
PrimaryTextColor |
Obtient ou définit la couleur de la chaîne PrimaryText. |
SecondaryText |
Obtient ou définit le texte secondaire requis pour l’annonce. |
SecondaryTextColor |
Obtient ou définit la couleur de la chaîne secondaryText |
ShowBadgeIfUserNotEngaged |
Obtient ou définit un champ de valeur indiquant si un badge doit être affiché sur l’annonce de référence si l’utilisateur n’a pas engagé avec l’annonce. La valeur par défaut est false. |