次の方法で共有


TemplateNotification クラス

定義

テンプレート通知を表します。

public sealed class TemplateNotification : Microsoft.Azure.NotificationHubs.Notification
type TemplateNotification = class
    inherit Notification
Public NotInheritable Class TemplateNotification
Inherits Notification
継承
TemplateNotification

コンストラクター

TemplateNotification(IDictionary<String,String>)

TemplateNotification クラスの新しいインスタンスを初期化します。

TemplateNotification(IDictionary<String,String>, String)
古い.

TemplateNotification クラスの新しいインスタンスを初期化します。

プロパティ

Body

通知本文を取得または設定します。

(継承元 Notification)
ContentType

通知コンテンツの種類を取得または設定します。

(継承元 Notification)
Headers

通知ヘッダーを取得または設定します。

(継承元 Notification)
PlatformType

プラットフォームの型を取得します。

(継承元 Notification)
Tag
古い.

通知タグを取得または設定します。

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

指定したキーと値を使用してヘッダーを追加または更新します。

(継承元 Notification)
OnValidateAndPopulateHeaders()

ヘッダーを検証して設定します。

(継承元 Notification)

適用対象