PowerArgs.ContextAssistSearch.GetResults C# (CSharp) Méthode

GetResults() protected abstract méthode

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
Résultat List
        protected abstract List<ContextAssistSearchResult> GetResults(string searchString);