Partilhar via


DataConverter.ToDictionary<T> 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(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 retornado

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

Ver também

Referência

DataConverter classe

DataConverter membros

ToDictionary em sobrecarga

Microsoft.SharePoint.Client namespace