SPFormContext.FieldControlCollection-Eigenschaft
Ruft eine ArrayList , in der Elemente im Formular gespeichert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FieldControlCollection As ArrayList
Get
'Usage
Dim instance As SPFormContext
Dim value As ArrayList
value = instance.FieldControlCollection
public ArrayList FieldControlCollection { get; }
Eigenschaftswert
Typ: System.Collections.ArrayList
Ein System.Collections.ArrayList -Objekt, das die Feldsteuerelementen speichert.