Share via


VersionInfoCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)

Returns the versionInfo at the supplied index.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Function ItemAt ( _
    index As Integer _
) As VersionInfo
'Usage
Dim instance As VersionInfoCollection
Dim index As Integer
Dim returnValue As VersionInfo

returnValue = instance.ItemAt(index)
public virtual VersionInfo ItemAt (
    int index
)

Parameters

  • index
    The index.

Return Value

TheversionInfoat the index.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace