Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionCollectionEditor Class / GetItems Method
The collection to edit.


In This Topic
    GetItems Method (StringCollectionCollectionEditor)
    In This Topic
    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