RepositoryLocationCollection.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 RepositoryLocation
    Get
    Set
'Utilisation
Dim instance As RepositoryLocationCollection
Dim index As Integer
Dim value As RepositoryLocation

value = instance(index)

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

Paramètres

Valeur de propriété

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

Voir aussi

Référence

RepositoryLocationCollection classe

RepositoryLocationCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms