AuthoringSink.StartParameters 方法

调用方法开始参数列表。

命名空间:  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 StartParameters ( _
    context As TextSpan _
)
public virtual void StartParameters(
    TextSpan context
)

参数

备注

如果 MethodParameters 属性返回 true,此方法,则当方法的开头参数列表进行分析,通常 “时 ("。

该基方法验证 TextSpan 对象,保存当前的对象 (称为 Names) 和源位置 (调用 SourceLocations) 到调用堆栈 (称为 MethodCalls),然后启动新列表名称和源位置。

.NET Framework 安全性

请参见

参考

AuthoringSink 类

Microsoft.VisualStudio.Package 命名空间