Interface ITypeNameRequestor


public interface ITypeNameRequestor
Deprecated.
Use abstract class TypeNameRequestor instead.
A ITypeNameRequestor collects search results from a searchAllTypeNames query to a SearchEngine. Clients must implement this interface and pass an instance to the searchAllTypeNames(...) method. Only top-level and member types are reported. Local types are not reported.

This interface may be implemented by clients.