INavigableSymbolSourceProvider Interface

Definition

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.

Applies to