语言English
  • C#

CodeEditor.ParseArgument

声明

public static string ParseArgument(string arguments, string path, int line, int column);

参数

arguments 包含要解析的模板参数的字符串。
path 要打开的文件路径。
line 要放置光标的行号。
column 表示在该行上放置光标位置的列号。

返回值

string 返回 arguments 参数,其中包含基于传递给方法的值进行的替换。

描述

使用在 外部工具 中定义的规则解析字符串。


Did you find this page useful? Please give it a rating: