MpnsMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common base class used by MpnsPushMessage and related classes.
public abstract class MpnsMessage : System.Xml.Serialization.IXmlSerializable
type MpnsMessage = class
interface IXmlSerializable
Public MustInherit Class MpnsMessage
Implements IXmlSerializable
- Inheritance
-
MpnsMessage
- Derived
- Implements
Remarks
This class is not intended for direct use; it is used by FlipTile, CycleTile, and IconicTile.
Constructors
MpnsMessage(String, String) |
Initializes a new instance of the MpnsMessage class with a given |
Properties
Properties |
Gets the properties associated with this toast or tile. |
Template |
Gets or sets the template name of the tile or toast, e.g. "FlipTile", or |
TileId |
Gets or sets the id of the tile. |
Version |
Gets or sets the version of the tile or toast, e.g. "2.0", or |
Explicit Interface Implementations
IXmlSerializable.GetSchema() | |
IXmlSerializable.ReadXml(XmlReader) | |
IXmlSerializable.WriteXml(XmlWriter) |
Applies to
Azure SDK for .NET