DataConverter.ToReadOnlyCollection<T> - 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 ToReadOnlyCollection(Of T) ( _
node As XmlNode, _
proxyContext As ProxyContext _
) As ReadOnlyCollection(Of T)
'Utilisation
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
)
Paramètres de type
- T
Paramètres
- node
Type : System.Xml.XmlNode
- proxyContext
Type : Microsoft.SharePoint.Client.ProxyContext
Valeur renvoyée
Type : System.Collections.ObjectModel.ReadOnlyCollection<T>