FlipTileData Constructor (String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the FlipTileData class with an xml document that contains the FlipTileData template information.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub New ( _
    xmlContent As String _
)
public FlipTileData(
    string xmlContent
)

Parameters

Remarks

If you don't want to author the template information in an XML template, you can use the default FlipTileData constructor and set the template information using properties.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

FlipTileData Class

FlipTileData Overload

Microsoft.Phone.Shell Namespace