Spread Windows Forms 10.0 Product Documentation
ToArray Method (ListItemCollectionInfo)


Copies the subitems of the collection to a new array.
Syntax
'Declaration
 
Public Function ToArray() As ListItemInfo()
'Usage
 
Dim instance As ListItemCollectionInfo
Dim value() As ListItemInfo
 
value = instance.ToArray()
public ListItemInfo[] ToArray()

Return Value

A ListItemInfo array that contains all the items in the collection.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.