Version

TileActivate Method (WinLiveTileViewRecordReplayServer)

Activate a Tile
Syntax
'Declaration
 
Public Sub TileActivate( _
   ByVal oTileArg() As System.Object _
) 
public void TileActivate( 
   System.object[] oTileArg
)

Parameters

oTileArg
Two dimensional array used to represent a Tile. The first element is an integer index, string key, or string text representing the group. The second element in an integer index, string key or string StaticTile text representing the Tile.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also