In This Article

INavigableSymbolSet Interface

Provides the base requirements for a class that stores the results of a navigable symbol request.

public interface INavigableSymbolSet

Properties

IsPartial

Gets whether the set contains a partial set of results, that may require requerying as context changes.

bool IsPartial { get; }

Property Value

bool:

true if the set contains a partial set of results; otherwise, false.

Symbols

Gets the collection of INavigableSymbol objects.

IEnumerable<INavigableSymbol> Symbols { get; }

Property Value

IEnumerable<INavigableSymbol>:

The collection of INavigableSymbol objects.