ISignatureHelpSource 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.
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. |