Spread for ASP.NET 11 Product Documentation
GetItems Method (StringCollectionCollectionEditor)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > StringCollectionCollectionEditor Class : GetItems Method
The collection to edit.
Gets an array of objects containing the specified collection.
Syntax
'Declaration
 
Protected Overrides Function GetItems( _
   ByVal editValue As Object _
) As Object()
'Usage
 
Dim instance As StringCollectionCollectionEditor
Dim editValue As Object
Dim value() As Object
 
value = instance.GetItems(editValue)
protected override object[] GetItems( 
   object editValue
)

Parameters

editValue
The collection to edit.

Return Value

An array containing the collection objects, or an empty object array if the specified collection does not inherit from ICollection
See Also

Reference

StringCollectionCollectionEditor Class
StringCollectionCollectionEditor Members