| IDataManagerTryRemoveGame Method |
Attempts to remove a Game from the user's collection.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax bool TryRemoveGame(
IGame game
)
Function TryRemoveGame (
game As IGame
) As Boolean
bool TryRemoveGame(
IGame^ game
)
abstract TryRemoveGame :
game : IGame -> bool
Parameters
- game IGame
- The Game to remove.
Return Value
BooleanA value specifying whether or not the Game was successfully removed. If false is returned, most likely the Game was not found in the user's collection.
See Also