CellSetCellCollection.Item - Propriété (ICollection)
Cette propriété n'est pas implémentée par la classe CellSetCellCollection .
Obtient un objet à partir de cette collection.
Espace de noms : Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Default Property Item ( _
indexes As ICollection _
) As ResultCell
Get
'Utilisation
Dim instance As CellSetCellCollection
Dim indexes As ICollection
Dim value As ResultCell
value = instance(indexes)
public override ResultCell this[
ICollection indexes
] { get; }
Paramètres
- indexes
Type : System.Collections.ICollection
Valeur de propriété
Type : Microsoft.PerformancePoint.Scorecards.ResultSet.ResultCell
Exceptions
Exception | Condition |
---|---|
BpmDevException | Levée lorsque cette propriété est appelée. |
Voir aussi
Référence
CellSetCellCollection - Membres
Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet - Espace de noms