WebUIView.Settings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IWebViewControl 機能を有効または無効にするプロパティを含む WebViewControlSettings オブジェクトを取得します。
public:
property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = webUIView.settings;
Public ReadOnly Property Settings As WebViewControlSettings
プロパティ値
IWebViewControl 機能を有効または無効にするプロパティを含む WebViewControlSettings オブジェクト。