ISignatureHelpSource 接口

定义在 IntelliSense 进程中使用的签名帮助信息的提供程序。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Interface ISignatureHelpSource _
    Inherits IDisposable
public interface ISignatureHelpSource : IDisposable
public interface class ISignatureHelpSource : IDisposable
type ISignatureHelpSource =  
    interface 
        interface IDisposable 
    end
public interface ISignatureHelpSource extends IDisposable

ISignatureHelpSource 类型公开以下成员。

方法

  名称 说明
公共方法 AugmentSignatureHelpSession 确定 ISignature应是指定的 ISignatureHelpSession的一部分。
公共方法 Dispose 执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable。)
公共方法 GetBestMatch 为给定的签名帮助会话计算最佳匹配 ISignature 实例。只要求优先级最高的签名帮助提供程序提供此信息。

页首

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间