LoadViewCompletedEventArgs.Items - Propriété
Référence à l'élément de liste SharePoint
Espace de noms : Microsoft.SharePoint.Phone.Application
Assembly : Microsoft.SharePoint.Phone.Application (dans Microsoft.SharePoint.Phone.Application.dll)
Syntaxe
'Déclaration
Public Property Items As List(Of ListItem)
Get
Set
'Utilisation
Dim instance As LoadViewCompletedEventArgs
Dim value As List(Of ListItem)
value = instance.Items
instance.Items = value
public List<ListItem> Items { get; set; }
Valeur de propriété
Type : System.Collections.Generic.List<ListItem>
ListItem
Voir aussi
Référence
LoadViewCompletedEventArgs classe