INavigableSymbolSet Interface
Provides the base requirements for a class that stores the results of a navigable symbol request.
public interface INavigableSymbolSet
Properties
IsPartial
Indicates whether the set contains a partial set of results, that may require re-querying as context changes.
bool IsPartial { get; }
Property Value
- bool:
trueif the set contains a partial set of results; otherwise,false.
Symbols
The collection of INavigableSymbol objects.