ObjectVersionFormatter.Write(MessagePackWriter, ObjectVersion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes value
value to a MessagePack writer.
public static void Write (ref MessagePack.MessagePackWriter writer, Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion value);
static member Write : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion -> unit
Public Shared Sub Write (ByRef writer As MessagePackWriter, value As ObjectVersion)
Parameters
- writer
- MessagePack.MessagePackWriter
The MessagePack writer to write to.
- value
- ObjectVersion
The value to write to writer
.