CycleTile Class

 

Represents a Cycle Tile targeting MPNS. Use the CycleTile with MpnsPushMessage to create an MPNS notification and send it using the PushClient.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)


public ref class CycleTile : MpnsTileMessage

NameDescription
System_CAPS_pubmethodCycleTile()

Initializes a new instance of the CycleTile class.

NameDescription
System_CAPS_pubpropertyCount

Gets or sets a value between 1 and 99 that will be displayed in the Count field of the Tile. A value of 0 means the Count will not be displayed. If this property is not set, the Count display will not change during an update.(Inherited from MpnsTileMessage.)

System_CAPS_pubpropertyCycleImage1

Gets or sets background image 1 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage2

Gets or sets background image 2 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage3

Gets or sets background image 3 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage4

Gets or sets background image 4 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage5

Gets or sets background image 5 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage6

Gets or sets background image 6 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage7

Gets or sets background image 7 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage8

Gets or sets background image 8 for the medium and wide tile sizes.

System_CAPS_pubpropertyCycleImage9

Gets or sets background image 9 for the medium and wide tile sizes.

System_CAPS_pubpropertyId

Gets or sets the optional ID or the tile.(Inherited from MpnsTileMessage.)

System_CAPS_protpropertyProperties

Gets the properties associated with this toast or tile.(Inherited from MpnsMessage.)

System_CAPS_pubpropertySmallBackgroundImage

Gets and sets the front-side background image for the small tile size.

System_CAPS_protpropertyTemplate

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.(Inherited from MpnsMessage.)

System_CAPS_protpropertyTileId

Gets or sets the id of the tile.(Inherited from MpnsMessage.)

System_CAPS_pubpropertyTitle

Gets or sets the text that displays on the front side of the medium and wide tile sizes.(Inherited from MpnsTileMessage.)

System_CAPS_protpropertyVersion

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.(Inherited from MpnsMessage.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

For more information about MPNS Cycle Tiles, see http://msdn.microsoft.com/library/windowsphone/develop/jj207036.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: