Partager via


File.ListItemAllFields - Propriété

Gets a value that specifies the list item field values for the list item corresponding to the file.

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 ListItemAllFields As ListItem
    Get
'Utilisation
Dim instance As File
Dim value As ListItem

value = instance.ListItemAllFields
public ListItem ListItemAllFields { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Client.ListItem
Returns a ListItem instance representing the list item field values for the list item corresponding to the file.

Exceptions

Exception Condition
[Microsoft.SharePoint.SPException]

Server-relative URL must belong to the list. Error code: -2146232832.

[System.ArgumentException]

The folder MUST exist for the requested path for the server-relative URL. Error code: -2147024809.

[System.ArgumentNullException]

Server-relative URL must not be une référence Null (Rien dans Visual Basic). Error code: -2147467261.

Voir aussi

Référence

File classe

File - Membres

Microsoft.SharePoint.Client - Espace de noms