WindowsNotification クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows 通知を表します。
public sealed class WindowsNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type WindowsNotification = class
inherit Notification
interface INativeNotification
Public NotInheritable Class WindowsNotification
Inherits Notification
Implements INativeNotification
- 継承
- 実装
コンストラクター
WindowsNotification(String) |
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(String, IDictionary<String,String>) |
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(String, IDictionary<String,String>, String) |
古い.
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(String, String) |
古い.
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(XmlDocument) |
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(XmlDocument, IDictionary<String,String>) |
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(XmlDocument, IDictionary<String,String>, String) |
古い.
WindowsNotification クラスの新しいインスタンスを初期化します。 |
WindowsNotification(XmlDocument, String) |
古い.
WindowsNotification クラスの新しいインスタンスを初期化します。 |
プロパティ
Body |
通知本文を取得または設定します。 (継承元 Notification) |
ContentType |
通知コンテンツの種類を取得または設定します。 (継承元 Notification) |
Headers |
通知ヘッダーを取得または設定します。 (継承元 Notification) |
PlatformType |
プラットフォームの型を取得します。 (継承元 Notification) |
Tag |
古い.
通知タグを取得または設定します。 (継承元 Notification) |
メソッド
AddOrUpdateHeader(String, String) |
指定したキーと値を使用してヘッダーを追加または更新します。 (継承元 Notification) |
OnValidateAndPopulateHeaders() |
ヘッダーを検証して設定します。 (継承元 Notification) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET