This documentation is archived and is not being maintained.
DataBindingValueUIHandler.OnGetUIValueItem Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Sub OnGetUIValueItem( _ ByVal context As ITypeDescriptorContext, _ ByVal propDesc As PropertyDescriptor, _ ByVal valueUIItemList As ArrayList _ ) [C#] public void OnGetUIValueItem( ITypeDescriptorContext context, PropertyDescriptor propDesc, ArrayList valueUIItemList ); [C++] public: void OnGetUIValueItem( ITypeDescriptorContext* context, PropertyDescriptor* propDesc, ArrayList* valueUIItemList ); [JScript] public function OnGetUIValueItem( context : ITypeDescriptorContext, propDesc : PropertyDescriptor, valueUIItemList : ArrayList );
See Also
DataBindingValueUIHandler Class | DataBindingValueUIHandler Members | System.Web.UI.Design Namespace | PropertyDescriptor | ITypeDescriptorContext
Show: