MemberNodeCollectionCollection.Item - Propriété

Obtient ou définit l'objet à 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 MemberNodeCollection
    Get
    Set
'Utilisation
Dim instance As MemberNodeCollectionCollection
Dim index As Integer
Dim value As MemberNodeCollection

value = instance(index)

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

Paramètres

Valeur de propriété

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

Voir aussi

Référence

MemberNodeCollectionCollection classe

MemberNodeCollectionCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms