Partilhar via


DataConverter.ToDictionary método (XmlNode, ProxyContext)

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

Sintaxe

'Declaração
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 retornado

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

Ver também

Referência

DataConverter classe

DataConverter membros

ToDictionary em sobrecarga

Microsoft.SharePoint.Client namespace