HttpBrowserCapabilitiesBase.JScriptVersion 属性
定义
在派生类中重写时,获取浏览器支持的 JScript 版本。When overridden in a derived class, gets the JScript version that the browser supports.
public:
virtual property Version ^ JScriptVersion { Version ^ get(); };
public virtual Version JScriptVersion { get; }
member this.JScriptVersion : Version
Public Overridable ReadOnly Property JScriptVersion As Version
属性值
浏览器支持的 JScript 版本。The version of JScript that the browser supports.
例外
始终。Always.
注解
有关浏览器支持的 ECMAScript 的版本号,请参阅 EcmaScriptVersion 。For version number of ECMAScript supported by the browser, see EcmaScriptVersion.