다음을 통해 공유


VersionInfoCollection.Insert Method

Inserts an object at the specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Sub Insert ( _
    index As Integer, _
    value As VersionInfo _
)
'Usage
Dim instance As VersionInfoCollection
Dim index As Integer
Dim value As VersionInfo

instance.Insert(index, value)
public virtual void Insert(
    int index,
    VersionInfo value
)

Parameters

See Also

Reference

VersionInfoCollection Class

VersionInfoCollection Members

Microsoft.PerformancePoint.Scorecards Namespace