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