ISignatureHelpSource Interface

Definition

Defines a provider of signature help information that is used in the IntelliSense process.

public interface class ISignatureHelpSource : IDisposable
public interface ISignatureHelpSource : IDisposable
type ISignatureHelpSource = interface
    interface IDisposable
Public Interface ISignatureHelpSource
Implements IDisposable
Implements

Methods

AugmentSignatureHelpSession(ISignatureHelpSession, IList<ISignature>)

Determines which ISignatures should be part of the specified ISignatureHelpSession.

GetBestMatch(ISignatureHelpSession)

Computes the best matching ISignature instance for the given signature help session. Only the highest- priority signature help provider is asked for this information.

Applies to