del método DataConverter.ToList<T>
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
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
- node
Tipo: System.Xml.XmlNode
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
Valor devuelto
Tipo: System.Collections.Generic.List<T>