Propriété ModelItemOperationsCollection.Item
Returns a ModelItemOperation in the ModelItemOperationsCollection.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ModelItemOperation
Get
'Utilisation
Dim instance As ModelItemOperationsCollection
Dim index As Integer
Dim value As ModelItemOperation
value = instance(index)
public ModelItemOperation this[
int index
] { get; }
public:
property ModelItemOperation default[int index] {
ModelItemOperation get (int index);
}
member Item : ModelItemOperation
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
The zero-based index of the ModelItemOperation to get.
Valeur de propriété
Type : Microsoft.ReportingServices.Interfaces.ModelItemOperation
A ModelItemOperation object.