Compartir a través de


del método DataConverter.ToReadOnlyCollection<T>

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Public Shared Function ToReadOnlyCollection(Of T) ( _
    node As XmlNode, _
    proxyContext As ProxyContext _
) As ReadOnlyCollection(Of T)
'Uso
Dim node As XmlNode
Dim proxyContext As ProxyContext
Dim returnValue As ReadOnlyCollection(Of T)

returnValue = DataConverter.ToReadOnlyCollection(node, _
    proxyContext)
public static ReadOnlyCollection<T> ToReadOnlyCollection<T>(
    XmlNode node,
    ProxyContext proxyContext
)

Parámetros de tipo

  • T

Parámetros

Valor devuelto

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<T>

Vea también

Referencia

clase DataConverter

Miembros DataConverter

Espacio de nombres Microsoft.SharePoint.Client