语法着色
原型:
string Syntax;//get,set
Syntax:返回string类型变量
var doc = App.ActiveDoc; var ret = doc.Syntax; PrintLine("语法:" + ret);