ListItem.FieldValuesForEdit - Propriété
Gets the formatted values to be displayed in an edit form.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FieldValuesForEdit As FieldStringValues
Get
'Utilisation
Dim instance As ListItem
Dim value As FieldStringValues
value = instance.FieldValuesForEdit
public FieldStringValues FieldValuesForEdit { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FieldStringValues
Returns a FieldStringValues.instance representing the formatted values to be displayed in an edit form.
Remarques
It must not be une référence Null (Rien dans Visual Basic).