DataConverter.ToUInt64Array - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Shared Function ToUInt64Array ( _
node As XmlNode, _
proxyContext As ProxyContext _
) As ULong()
'Utilisation
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As ULong()
returnValue = DataConverter.ToUInt64Array(node, _
proxyContext)
public static ulong[] ToUInt64Array(
XmlNode node,
ProxyContext proxyContext
)
Paramètres
- node
Type : System.Xml.XmlNode
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
Valeur renvoyée
Type : []