Compartir a través de


TemplateNotification Constructores

Definición

Sobrecargas

TemplateNotification(IDictionary<String,String>)

Inicializa una nueva instancia de la clase TemplateNotification.

TemplateNotification(IDictionary<String,String>, String)
Obsoletos.

Inicializa una nueva instancia de la clase TemplateNotification.

TemplateNotification(IDictionary<String,String>)

Inicializa una nueva instancia de la clase 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))

Parámetros

templateProperties
IDictionary<String,String>

Las propiedades de la plantilla.

Excepciones

Se aplica a

TemplateNotification(IDictionary<String,String>, String)

Precaución

This method is obsolete.

Inicializa una nueva instancia de la clase 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)

Parámetros

templateProperties
IDictionary<String,String>

Las propiedades de la plantilla.

tag
String

Etiqueta de notificación.

Atributos

Excepciones

Se aplica a