SPMobileItemFieldIterator.ListFormFields, propriété (Microsoft.SharePoint.MobileControls)

Gets the collection of list fields for the current form.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property ListFormFields As SPFieldCollection
'Utilisation
Dim value As SPFieldCollection

value = Me.ListFormFields
protected virtual SPFieldCollection ListFormFields { get; }

Valeur de la propriété

An SPFieldCollection of the fields for the current form. For example, if the current form creates new list items, ListFormFields returns the collection of all the list fields on the New form.

Voir aussi

Référence

SPMobileItemFieldIterator, classe
Membres SPMobileItemFieldIterator
Microsoft.SharePoint.MobileControls, espace de noms