Partilhar via


DataConverter.ToList<T> método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Shared Function ToList(Of T) ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As List(Of T)
'Uso
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
)

Parâmetros de tipo

  • T

Parâmetros

Valor retornado

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

Ver também

Referência

DataConverter classe

DataConverter membros

Microsoft.SharePoint.Client namespace