Property | Type | Description | |
---|---|---|---|
TextSearch | HintTextBox |
Property | Type | Description | |
---|---|---|---|
RecolorTiles | void | ||
RemoveTile | void |
Method | Description | |
---|---|---|
AddQueuedTiles ( ) : void | ||
AppTileList ( ) : System |
Creates a new AppTile list.
|
|
Clear ( ) : void | ||
GetTile ( FeedUri interfaceUri ) : IAppTile | ||
PerformScroll ( int delta ) : void |
Scrolls the list by a specified delta.
|
|
QueueNewTile ( FeedUri interfaceUri, string appName, AppStatus status, IIconCache iconCache = null, bool machineWide = false ) : IAppTile | ||
RemoveTile ( FeedUri interfaceUri ) : void | ||
ShowCategories ( ) : void |
Method | Description | |
---|---|---|
RefilterTiles ( ) : void |
Applies the search filter to the list of tiles. Should be called after the filter was changed.
|
Method | Description | |
---|---|---|
RecolorTiles ( ) : void |
Colors all application tiles in the list. Should be called after one or more tiles were removed.
|
|
RemoveTile ( AppTile tile ) : void |
Removes an application tile from the list. Disposes the AppTile (it cannot be reused). |
public GetTile ( FeedUri interfaceUri ) : IAppTile | ||
interfaceUri | FeedUri | |
return | IAppTile |
public QueueNewTile ( FeedUri interfaceUri, string appName, AppStatus status, IIconCache iconCache = null, bool machineWide = false ) : IAppTile | ||
interfaceUri | FeedUri | |
appName | string | |
status | AppStatus | |
iconCache | IIconCache | |
machineWide | bool | |
return | IAppTile |
public RemoveTile ( FeedUri interfaceUri ) : void | ||
interfaceUri | FeedUri | |
return | void |