IWebViewControl.Settings Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene un objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.
public:
property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = iWebViewControl.settings;
Public ReadOnly Property Settings As WebViewControlSettings
Valor de propiedad
Objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.
Comentarios
Use el objeto WebViewControlSettings para habilitar o deshabilitar el uso de JavaScript e IndexedDB en IWebViewControl. Para obtener más información, consulta WebViewControlSettings.IsIndexedDBEnabled y WebViewControlSettings.IsJavaScriptEnabled.