SPMobileComponent.FieldControlCollection, propriété (Microsoft.SharePoint.MobileControls)

Gets the collection of fields for the list when SPMobileComponent represents a list item.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property FieldControlCollection As ArrayList
'Utilisation
Dim instance As SPMobileComponent
Dim value As ArrayList

value = instance.FieldControlCollection
public virtual ArrayList FieldControlCollection { get; }

Valeur de la propriété

An ArrayList of all the list's field controls when SPMobileComponent represents a list item.

Notes

The default implementation returns the FieldControlCollection property of the FormContext property of SharePointContext. Use FieldControlCollection instead of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.FormContext.FieldControlCollection to simplify your code. Do not override FieldControlCollection or you create a chance that its value will be inconsistent with the value of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.FormContext.FieldControlCollection.

Voir aussi

Référence

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