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

value = instance(index)

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

Paramètres

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.Annotation
L'objet à l'index spécifié dans cette collection.

Voir aussi

Référence

AnnotationCollection classe

AnnotationCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms