ArcGISRuntimeXamarin.SearchResultsViewController.ShouldHighlightRow C# (CSharp) Méthode

ShouldHighlightRow() public méthode

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
Résultat bool
        public override bool ShouldHighlightRow(UITableView tableView, NSIndexPath rowIndexPath)
        {
            return true;
        }