AuthoringSink.EndParameters 方法

指示调用方法的末尾的参数列表。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Overridable Sub EndParameters ( _
    context As TextSpan _
)
public virtual void EndParameters(
    TextSpan context
)

参数

备注

如果 MethodParameters 属性返回 true,此方法调用,在方法的最后参数分析后。例如,因此,如果 a ") 在”方法名称后,会遇到在 c# 中, EndParameters 将调用。

该基方法验证特定 TextSpan 对象并标记方法的参数列表完全在内部列表。

.NET Framework 安全性

请参见

参考

AuthoringSink 类

Microsoft.VisualStudio.Package 命名空间