Partager via


TemplateNotification Constructeurs

Définition

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

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

S’applique à