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