Свойство File.ListItemAllFields
Gets a value that specifies the list item field values for the list item corresponding to the file.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property ListItemAllFields As ListItem
Get
'Применение
Dim instance As File
Dim value As ListItem
value = instance.ListItemAllFields
public ListItem ListItemAllFields { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.ListItem
Returns a ListItem instance representing the list item field values for the list item corresponding to the file.
Исключения
Исключение | Условие |
---|---|
[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 пустая ссылка (Nothing в Visual Basic). Error code: -2147467261. |