次の方法で共有


MpnsMessage(String, String) コンストラクター

定義

指定versionされた と を使用して、 クラスのMpnsMessage新しいインスタンスを初期化します。template

protected MpnsMessage (string version, string template);
new Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage : string * string -> Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage
Protected Sub New (version As String, template As String)

パラメーター

version
String

タイルのオプションのバージョン (例: "2.0"、null)。

template
String

テンプレートの省略可能な名前 (例: "FlipTile"、null)。

適用対象