ValueTypeConverter.CreateFrom - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function CreateFrom ( _
values As NamedClientValueCollection, _
context As ProxyContext _
) As Object
'Utilisation
Dim values As NamedClientValueCollection
Dim context As ProxyContext
Dim returnValue As Object
returnValue = Me.CreateFrom(values, _
context)
protected internal virtual Object CreateFrom(
NamedClientValueCollection values,
ProxyContext context
)
Paramètres
- values
Type : Microsoft.SharePoint.Client.NamedClientValueCollection
- context
Type : Microsoft.SharePoint.Client.ProxyContext
Valeur renvoyée
Type : System.Object