WebViewSource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブクラスが WebView に対するデータを提供する抽象クラス。
public ref class WebViewSource abstract : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::IWebViewSource
public abstract class WebViewSource : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.IWebViewSource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.WebViewSource+WebViewSourceTypeConverter))]
public abstract class WebViewSource : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.IWebViewSource
type WebViewSource = class
inherit BindableObject
interface IWebViewSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.WebViewSource+WebViewSourceTypeConverter))>]
type WebViewSource = class
inherit BindableObject
interface IWebViewSource
Public MustInherit Class WebViewSource
Inherits BindableObject
Implements IWebViewSource
- 継承
- 派生
- 属性
- 実装
コンストラクター
WebViewSource() |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
プロパティ
BindingContext |
この BindableObjectに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。 (継承元 BindableObject) |
Dispatcher |
このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。 (継承元 BindableObject) |
メソッド
演算子
Implicit(String to WebViewSource) |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
Implicit(Uri to WebViewSource) |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
イベント
BindingContextChanged |
BindingContext プロパティの値が変化したときに発生します。 (継承元 BindableObject) |
PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 BindableObject) |
PropertyChanging |
プロパティ値が変更されるときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
サブクラスが WebView に対するデータを提供する抽象クラス。 (継承元 BindableObject) |
拡張メソッド
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
SetAppTheme<T>(BindableObject, BindableProperty, T, T) |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
サブクラスが WebView に対するデータを提供する抽象クラス。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
プロパティにバインドを作成し、適用します。 |
SetBinding<TSource,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object) |
ソース オブジェクトのプロパティとターゲット オブジェクトのプロパティの間にバインディングを作成します。 |
適用対象
.NET MAUI