IVsaEngine.Version 属性

定义

获取由该脚本引擎支持的当前版本的语言编译器,格式为 Major.Minor.Revision.Build。Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build.

public:
 property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String

属性值

String

当前版本的字符串值,格式为 "主要版本. 次要版本. 内部版本. 修订版本"。String value of the current version, in the format Major.Minor.Revision.Build.

适用于