次の方法で共有


WebViewControl.Settings プロパティ

定義

IWebViewControl 機能を有効または無効にするプロパティを含む WebViewControlSettings オブジェクトを取得します。

詳細については、「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

プロパティ値

IWebViewControl 機能を有効または無効にするプロパティを含む WebViewControlSettings オブジェクト。

実装

適用対象