INavigableSymbolSourceProvider 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.
Provides INavigableSymbolSource for an ITextBuffer of a given content type.
public interface class INavigableSymbolSourceProvider
public interface INavigableSymbolSourceProvider
type INavigableSymbolSourceProvider = interface
Public Interface INavigableSymbolSourceProvider
Remarks
This is a MEF component, and should be exported with the following attributes:
[Export(typeof(INavigableSymbolSourceProvider))]
[Name("name of the provider")]
[ContentType("content type")]
And optionally, the OrderAttribute.
Methods
TryCreateNavigableSymbolSource(ITextView, ITextBuffer) |
Creates an INavigableSymbolSource for the given ITextBuffer in the specified ITextView. |