DataBindingValueUIHandler.OnGetUIValueItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.