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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

StringCollectionCollectionEditor Class
StringCollectionCollectionEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.