BpmPropertyCollection.Item - Propriété (Int32)

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 Overridable Default Property Item ( _
    index As Integer _
) As BpmProperty
    Get
    Set
'Utilisation
Dim instance As BpmPropertyCollection
Dim index As Integer
Dim value As BpmProperty

value = instance(index)

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

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.BpmProperty

Remarques

Pour remplacer un objet lors de sa définition à un index, les anciens et les nouveaux objets doivent avoir la même valeur pour la propriété UniqueName .

Voir aussi

Référence

BpmPropertyCollection classe

BpmPropertyCollection - Membres

Item - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms