Partager via


DataConverter.ToDictionary - Méthode (XmlNode, ProxyContext)

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Shared Function ToDictionary ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As Dictionary(Of String, Object)
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

DataConverter classe

DataConverter - Membres

ToDictionary - Surcharge

Microsoft.SharePoint.Client - Espace de noms