Compartilhar via


IWebViewControl.Settings Propriedade

Definição

Obtém um objeto WebViewControlSettings que contém propriedades para habilitar ou desabilitar recursos IWebViewControl.

public:
 property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = iWebViewControl.settings;
Public ReadOnly Property Settings As WebViewControlSettings

Valor da propriedade

Um objeto WebViewControlSettings que contém propriedades para habilitar ou desabilitar recursos IWebViewControl.

Comentários

Use o objeto WebViewControlSettings para habilitar ou desabilitar o uso de JavaScript e IndexedDB no IWebViewControl. Para obter mais informações, consulte WebViewControlSettings.IsIndexedDBEnabled e WebViewControlSettings.IsJavaScriptEnabled.

Aplica-se a