Compartir a través de


(XmlNode, ProxyContext) del método DataConverter.ToDictionary<T>

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Public Shared Function ToDictionary(Of T) ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As Dictionary(Of String, T)
'Uso
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As Dictionary(Of String, T)

returnValue = DataConverter.ToDictionary(node, _
    proxyContext)
public static Dictionary<string, T> ToDictionary<T>(
    XmlNode node,
    ProxyContext proxyContext
)

Parámetros de tipo

  • T

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.Dictionary<String, T>

Vea también

Referencia

clase DataConverter

Miembros DataConverter

Sobrecarga ToDictionary

Espacio de nombres Microsoft.SharePoint.Client