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
- node
Tipo: System.Xml.XmlNode
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
Valor retornado
Tipo: System.Collections.Generic.Dictionary<String, Object>