ServerStub.WritePropertiesAsJson - Méthode
Emits the state of object properties to a JSON stream.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Sub WritePropertiesAsJson ( _
writer As JsonWriter, _
obj As Object, _
proxyContext As ProxyContext _
)
'Utilisation
Dim writer As JsonWriter
Dim obj As Object
Dim proxyContext As ProxyContext
Me.WritePropertiesAsJson(writer, _
obj, proxyContext)
protected internal virtual void WritePropertiesAsJson(
JsonWriter writer,
Object obj,
ProxyContext proxyContext
)
Paramètres
writer
Type : Microsoft.SharePoint.Client.JsonWriterThe current JSON stream to write to.
obj
Type : System.ObjectThe object instance to write state from.
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.