ISignatureHelpSource Interface
Visual Studio 2015
Defines a provider of signature help information that is used in the IntelliSense process.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | AugmentSignatureHelpSession(ISignatureHelpSession, IList<ISignature>) | Determines which ISignatures should be part of the specified ISignatureHelpSession. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | 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. |
Show:
