Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NCollectionAdapter Class / GetItemAt Method


In This Topic
    GetItemAt Method (NCollectionAdapter)
    In This Topic
    Gets the item at the specified index.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetItemAt( _
       ByVal instance As System.Object, _
       ByVal index As System.Integer _
    ) As System.Object
    'Usage
     
    
    Dim instance As NCollectionAdapter
    Dim instance As System.Object
    Dim index As System.Integer
    Dim value As System.Object
     
    value = instance.GetItemAt(instance, index)
    public abstract System.object GetItemAt( 
       System.object instance,
       System.int index
    )

    Parameters

    instance
    index
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also