HttpBrowserCapabilitiesWrapper.VBScript 属性
定义
获取一个值,该值指示浏览器是否支持 Visual Basic Scripting Edition (VBScript)。Gets a value that indicates whether the browser supports Visual Basic Scripting edition (VBScript).
public:
virtual property bool VBScript { bool get(); };
public override bool VBScript { get; }
member this.VBScript : bool
Public Overrides ReadOnly Property VBScript As Boolean
属性值
如果浏览器支持 VBScript,则为 true;否则为 false。true if the browser supports VBScript; otherwise, false. 默认值为 false。The default is false.
此属性不指示浏览器中当前是否启用了 VBScript,仅指示浏览器是否可以支持 VBScript。This property does not indicate whether VBScript is currently enabled in the browser, only whether the browser can support VBScript.