VersionedBinaryWriter::WriteVersioned Method (Int32, VersionedBinaryWriter::WriteCallback^)

Visual Studio 2015
 

Writes versioning header to a stream, the calls a delegate to write the rest of the data.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
void WriteVersioned(
	int version,
	VersionedBinaryWriter::WriteCallback^ callback
)

Parameters

version
Type: System::Int32

The version number to write.

callback
Type: Microsoft.VisualStudio.Utilities::VersionedBinaryWriter::WriteCallback^

The delegate that will write the body of the stream.

Return to top
Show: