Partager via


WnsSecondaryTile.Templates Propriété

Définition

Obtient ou définit le dictionnaire des modèles.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="templates")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.NotificationHubs.InstallationTemplate> Templates { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="templates")>]
member this.Templates : System.Collections.Generic.IDictionary<string, Microsoft.Azure.NotificationHubs.InstallationTemplate> with get, set
Public Property Templates As IDictionary(Of String, InstallationTemplate)

Valeur de propriété

Dictionnaire de modèles.

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à