Compartir a través de


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

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

Sintaxis

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

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

Parámetros

Valor devuelto

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

Vea también

Referencia

clase DataConverter

Miembros DataConverter

Sobrecarga ToDictionary

Espacio de nombres Microsoft.SharePoint.Client