PropertyTranslator 代理人

定義

ホスト コントロールの割り当てられたプロパティに変換機能を提供します。

public delegate void PropertyTranslator(System::Object ^ host, System::String ^ propertyName, System::Object ^ value);
public delegate void PropertyTranslator(object host, string propertyName, object value);
type PropertyTranslator = delegate of obj * string * obj -> unit
Public Delegate Sub PropertyTranslator(host As Object, propertyName As String, value As Object)

パラメーター

host
Object

割り当てられるプロパティを含むホスト コントロール。 ホスト コントロールは、WindowsFormsHost または ElementHost のいずれかです。

propertyName
String

変換されるプロパティの名前。

value
Object

プロパティの新しい値。

注釈

デリゲートはPropertyTranslator、 クラスによって使用されPropertyMap、Windows フォームと WPF の間のプロパティ マッピングを実装します。 詳細については、「Windows フォームと WPF のプロパティ マッピング」を参照してください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象

こちらもご覧ください