TemplateNotification Constructeurs
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.
Surcharges
TemplateNotification(IDictionary<String,String>) |
Initialise une nouvelle instance de la classe TemplateNotification. |
TemplateNotification(IDictionary<String,String>, String) |
Obsolète.
Initialise une nouvelle instance de la classe TemplateNotification. |
TemplateNotification(IDictionary<String,String>)
Initialise une nouvelle instance de la classe TemplateNotification.
public TemplateNotification(System.Collections.Generic.IDictionary<string,string> templateProperties);
new Microsoft.Azure.NotificationHubs.TemplateNotification : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.TemplateNotification
Public Sub New (templateProperties As IDictionary(Of String, String))
Paramètres
- templateProperties
- IDictionary<String,String>
Propriétés du modèle.
Exceptions
properties
S’applique à
TemplateNotification(IDictionary<String,String>, String)
Attention
This method is obsolete.
Initialise une nouvelle instance de la classe TemplateNotification.
[System.Obsolete("This method is obsolete.")]
public TemplateNotification(System.Collections.Generic.IDictionary<string,string> templateProperties, string tag);
[<System.Obsolete("This method is obsolete.")>]
new Microsoft.Azure.NotificationHubs.TemplateNotification : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.NotificationHubs.TemplateNotification
Public Sub New (templateProperties As IDictionary(Of String, String), tag As String)
Paramètres
- templateProperties
- IDictionary<String,String>
Propriétés du modèle.
- tag
- String
Balise de notification.
- Attributs
Exceptions
properties
S’applique à
Azure SDK for .NET