PowerArgs.ContextAssistSearch.GetResults C# (CSharp) Method

GetResults() protected abstract method

When implemented in the derived class, gets search results that match the search string. This ONLY gets called if SupportsAsync returns false.
protected abstract GetResults ( string searchString ) : List
searchString string the search string entered by the user
return List
        protected abstract List<ContextAssistSearchResult> GetResults(string searchString);