SPFormCollection.Item-Eigenschaft (Int32)
Ruft das Form-Objekt am angegebenen Index in der Auflistung ab. In c# ist diese Eigenschaft ein Indexer für die SPFormCollection -Klasse.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPForm
Get
'Usage
Dim instance As SPFormCollection
Dim iIndex As Integer
Dim value As SPForm
value = instance(iIndex)
public SPForm this[
int iIndex
] { get; }
Parameter
iIndex
Typ: System.Int3232-Bit-eine ganze Zahl, die den Index angibt.
Eigenschaftswert
Typ: Microsoft.SharePoint.SPForm
Ein Microsoft.SharePoint.SPForm -Objekt, das Formular darstellt.
Hinweise
Die Item -Eigenschaft löst eine ArgumentOutOfRangeException aus, wenn der angegebene Index außerhalb des gültigen Bereichs von Indizes für die Auflistung ist.