Partager via


DataConverter.ToList<T> - Méthode

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Shared Function ToList(Of T) ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As List(Of T)
'Utilisation
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As List(Of T)

returnValue = DataConverter.ToList(node, proxyContext)
public static List<T> ToList<T>(
    XmlNode node,
    ProxyContext proxyContext
)

Paramètres de type

  • T

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<T>

Voir aussi

Référence

DataConverter classe

DataConverter - Membres

Microsoft.SharePoint.Client - Espace de noms