INavigableSymbolSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a source that provides INavigableSymbol over a text buffer of a given content type.
public interface class INavigableSymbolSource : IDisposable
public interface INavigableSymbolSource : IDisposable
type INavigableSymbolSource = interface
interface IDisposable
Public Interface INavigableSymbolSource
Implements IDisposable
- Implements
Remarks
Providers implement INavigableSymbolSource and expose instances of this type via MEF export INavigableSymbolSourceProvider.
Methods
GetNavigableSymbolAsync(SnapshotSpan, CancellationToken) |
Asynchronously gets an INavigableSymbol at the trigger span position. |