Item-Eigenschaft

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ModelItemOperation
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter