Share via


MpnsMessage Class

Definition

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 version and template

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 null if there is no template name.

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 null if there is no version.

Explicit Interface Implementations

IXmlSerializable.GetSchema()
IXmlSerializable.ReadXml(XmlReader)
IXmlSerializable.WriteXml(XmlWriter)

Applies to