del método DataConverter.ToUInt32Array
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Shared Function ToUInt32Array ( _
node As XmlNode, _
proxyContext As ProxyContext _
) As UInteger()
'Uso
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As UInteger()
returnValue = DataConverter.ToUInt32Array(node, _
proxyContext)
public static uint[] ToUInt32Array(
XmlNode node,
ProxyContext proxyContext
)
Parámetros
- node
Tipo: System.Xml.XmlNode
- proxyContext
Tipo: Microsoft.SharePoint.Client.ProxyContext
Valor devuelto
Tipo: []