次の方法で共有


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

定義

指定versionした と templateを使用して、新しいMpnsTileMessage実装を初期化します。

protected MpnsTileMessage (string version, string template);
new Microsoft.Azure.Mobile.Server.Notifications.MpnsTileMessage : string * string -> Microsoft.Azure.Mobile.Server.Notifications.MpnsTileMessage
Protected Sub New (version As String, template As String)

パラメーター

version
String

タイルのバージョン。

template
String

テンプレートの名前。

適用対象