Share via


TupleNodeCollection.Item - Propriété

Retourne l'objet situé à l'index spécifié.

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

Syntaxe

'Déclaration
Public Default Property Item ( _
    index As Integer _
) As TupleNode
    Get
    Set
'Utilisation
Dim instance As TupleNodeCollection
Dim index As Integer
Dim value As TupleNode

value = instance(index)

instance(index) = value
public TupleNode this[
    int index
] { get; set; }

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.TupleNode
L'objet à l'index spécifié.

Voir aussi

Référence

TupleNodeCollection classe

TupleNodeCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms