WebViewControl.Settings 属性

定义

获取一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。

有关详细信息,请参阅 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

属性值

一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。

实现

适用于