ISignatureHelpSourceProvider Interface

Definition

Defines an extension used to create signature help providers from a given ITextBuffer opened in a given context.

public interface class ISignatureHelpSourceProvider
public interface class ISignatureHelpSourceProvider
__interface ISignatureHelpSourceProvider
public interface ISignatureHelpSourceProvider
type ISignatureHelpSourceProvider = interface
Public Interface ISignatureHelpSourceProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ISignaturehelpSourceProvider))] Component exporters must add at least one ContentType attribute to specify the content types for which the component is valid, and an Order to specify its order in the chain of signature help providers.

Methods

TryCreateSignatureHelpSource(ITextBuffer)

Attempts to create a signature help provider for the given text buffer opened in the given context.

Applies to