ArcGISRuntimeXamarin.SearchResultsViewController.ShouldHighlightRow C# (CSharp) 메소드

ShouldHighlightRow() 공개 메소드

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
리턴 bool
        public override bool ShouldHighlightRow(UITableView tableView, NSIndexPath rowIndexPath)
        {
            return true;
        }