DiffCollection.Item-Eigenschaft
Ruft ab oder legt das Objekt am angegebenen Index fest.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
index As Integer _
) As Diff
Get
Set
'Usage
Dim instance As DiffCollection
Dim index As Integer
Dim value As Diff
value = instance(index)
instance(index) = value
public virtual Diff this[
int index
] { get; set; }
Parameter
index
Typ: System.Int32Der nullbasierte Index.
Eigenschaftswert
Typ: Microsoft.PerformancePoint.Scorecards.Diff