IParameter 接口

表示在一个签名说明内的单个参数声明签名帮助的信息 (参数)。

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

语法

声明
Public Interface IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

IParameter 类型公开以下成员。

属性

  名称 说明
公共属性 Documentation 获取与参数关联的文档。
公共属性 Locus 获取此参数的位置相对于签名的内容。
公共属性 Name 获取此参数的名称。
公共属性 PrettyPrintedLocus 获取参数相对于签名的内容(以美观的形式输出)的文本位置。
公共属性 Signature 获取参数所属的签名。

页首

示例

有关使用的示例此接口,请参见 演练:显示签名帮助

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间