次の方法で共有


DataBindingValueUIHandler.OnGetUIValueItem メソッド

定義

現在のコントロールにデータ バインディングがあり、現在のオブジェクトにまだバインディングがない場合に、指定したプロパティと指定した値項目リストのデータ バインディングを追加します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void OnGetUIValueItem(System::ComponentModel::ITypeDescriptorContext ^ context, System::ComponentModel::PropertyDescriptor ^ propDesc, System::Collections::ArrayList ^ valueUIItemList);
public void OnGetUIValueItem (System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc, System.Collections.ArrayList valueUIItemList);
member this.OnGetUIValueItem : System.ComponentModel.ITypeDescriptorContext * System.ComponentModel.PropertyDescriptor * System.Collections.ArrayList -> unit
Public Sub OnGetUIValueItem (context As ITypeDescriptorContext, propDesc As PropertyDescriptor, valueUIItemList As ArrayList)

パラメーター

context
ITypeDescriptorContext

追加コンテキスト情報を提供できる ITypeDescriptorContext オブジェクト。

propDesc
PropertyDescriptor

データ バインディングを追加するプロパティを表す PropertyDescriptor

valueUIItemList
ArrayList

データ バインディングがある項目の ArrayList

適用対象

こちらもご覧ください