IWebViewControl.Settings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。
public:
property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = iWebViewControl.settings;
Public ReadOnly Property Settings As WebViewControlSettings
属性值
一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。
注解
使用 WebViewControlSettings 对象可启用或禁用在 IWebViewControl 中使用 JavaScript 和 IndexedDB。 有关详细信息,请参阅 WebViewControlSettings.IsIndexedDBEnabled 和 WebViewControlSettings.IsJavaScriptEnabled。