| IBigBoxMainViewModelShowGames(FilterType, String) Method |
[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowGames(Unbroken.LaunchBox.Plugins.Data.FilterType,System.String)"]
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 void ShowGames(
FilterType filterType,
string filterValue
)
Sub ShowGames (
filterType As FilterType,
filterValue As String
)
void ShowGames(
FilterType filterType,
String^ filterValue
)
abstract ShowGames :
filterType : FilterType *
filterValue : string -> unit
Parameters
- filterType FilterType
[Missing <param name="filterType"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowGames(Unbroken.LaunchBox.Plugins.Data.FilterType,System.String)"]
- filterValue String
[Missing <param name="filterValue"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowGames(Unbroken.LaunchBox.Plugins.Data.FilterType,System.String)"]
See Also