Udostępnij przez


Właściwość ModelItemOperationsCollection.Item

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ModelItemOperation
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry