ObjectIdFormatter.Write(MessagePackWriter, ObjectId) 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
to a MessagePack writer.
public static void Write (ref MessagePack.MessagePackWriter writer, Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId value);
static member Write : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId -> unit
Public Shared Sub Write (ByRef writer As MessagePackWriter, value As ObjectId)
Parameters
- writer
- MessagePack.MessagePackWriter
The MessagePack writer to write to.
- value
- ObjectId
The value to write to writer
.