SPList.Forms - Propriété
Gets a collection of form objects that represent the forms that are used in creating, editing, or displaying items in the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Forms As SPFormCollection
Get
'Utilisation
Dim instance As SPList
Dim value As SPFormCollection
value = instance.Forms
public SPFormCollection Forms { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPFormCollection
A collection of SPForm objects that represent the forms.
Remarques
The Forms property only returns forms that are part of the original list schema and does not return custom forms, even if they are created in a Web page editor that is compatible with SharePoint Foundation.