ListItem.ParentList propriedade
Obtém uma lista pai que contém o item de lista.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentList As List
Get
'Uso
Dim instance As ListItem
Dim value As List
value = instance.ParentList
public List ParentList { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.List
Retorna um .instance Listque representa a lista de pai que contém o item de lista.
Comentários
Ele não deve ser uma referência nula (Nothing no Visual Basic).