'Declaration Protected MustOverride Function CreateItemsSource( _ ByVal propertyItem As PropertyItem _ ) As IEnumerable
'Usage Dim instance As ComboBoxEditor Dim propertyItem As PropertyItem Dim value As IEnumerable value = instance.CreateItemsSource(propertyItem)
protected abstract IEnumerable CreateItemsSource( PropertyItem propertyItem )
Parameters
- propertyItem
- The PropertyItem whose PropertyType will be used to determine the list that is created.
Return Value
The created list.