Compartilhar via


TemplateNotification Construtores

Definição

Sobrecargas

TemplateNotification(IDictionary<String,String>)

Inicializa uma nova instância da classe TemplateNotification.

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

Inicializa uma nova instância da classe TemplateNotification.

TemplateNotification(IDictionary<String,String>)

Inicializa uma nova instância da 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))

Parâmetros

templateProperties
IDictionary<String,String>

As propriedades do modelo.

Exceções

Aplica-se a

TemplateNotification(IDictionary<String,String>, String)

Cuidado

This method is obsolete.

Inicializa uma nova instância da 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)

Parâmetros

templateProperties
IDictionary<String,String>

As propriedades do modelo.

tag
String

A marca de notificação.

Atributos

Exceções

Aplica-se a