ClientArrayResult<T> - Classe
Représente le résultat de tableau générique d'un appel de méthode client.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Client.ClientArrayResult<T>
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Class ClientArrayResult(Of T) _
Implements IFromJson
'Utilisation
Dim instance As ClientArrayResult(Of T)
public class ClientArrayResult<T> : IFromJson
Paramètres de type
- T
Le type d'éléments dans le tableau.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.