DataBindingValueUIHandler.OnGetUIValueItem Method

Definition

Adds a data binding for the specified property and the specified value item list, if the current control has data bindings and the current object does not already have a binding.

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext object that can provide additional context information.

propDesc
PropertyDescriptor

A PropertyDescriptor that represents the property to add a data binding for.

valueUIItemList
ArrayList

An ArrayList of items that have data bindings.

Applies to

See also