Compartir a través de


WebViewControl.Settings Propiedad

Definición

Obtiene un objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.

Para obtener más información, consulta Windows.Web.UI.IWebViewControl.

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

Valor de propiedad

Objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.

Implementaciones

Se aplica a