FlipTileData Constructor (String)
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Sub New ( _
	xmlContent As String _
)

Parameters

xmlContent
Type: System.String
An XML document that contains the FlipTileData template information.

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft