TupleNodeCollection.FromArray - Méthode

Crée une collection à partir d'un tableau.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function FromArray ( _
    array As TupleNode() _
) As TupleNodeCollection
'Utilisation
Dim array As TupleNode()
Dim returnValue As TupleNodeCollection

returnValue = TupleNodeCollection.FromArray(array)
public static TupleNodeCollection FromArray(
    TupleNode[] array
)

Paramètres

  • array
    Type : []

    Le tableau pour créer la collection.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.TupleNodeCollection
Une nouvelle collection.

Voir aussi

Référence

TupleNodeCollection classe

TupleNodeCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms