IAdaptiveNotificationContent.Hints Propriété

Définition

Spécifie des conseils pour la mise en forme de la notification, tels que le style de texte, l’habillage du texte et l’alignement. Pour obtenir la liste complète des indicateurs, consultez l’entrée d’élément de texte du schéma notifications adaptatives.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Hints { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Hints();
public IDictionary<string,string> Hints { get; }
var iMap = iAdaptiveNotificationContent.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)

Valeur de propriété

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

Collection de paires nom-valeur qui fournissent des conseils pour la mise en forme de la notification, telles que le style de texte, l’habillage du texte et l’alignement. Pour obtenir la liste complète des indicateurs, consultez l’entrée d’élément de texte du schéma notifications adaptatives.

S’applique à