WebViewControl.Settings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 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 功能的属性。