Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Writes a single record to the VarFile.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected static void WriteRecord(
Stream stream,
string var,
uint id
)
protected:
static void WriteRecord(
Stream^ stream,
String^ var,
unsigned int id
)
Protected Shared Sub WriteRecord (
stream As Stream,
var As String,
id As UInteger
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
var
Type: System.StringThe string.
id
Type: System.UInt32The ID.
See Also
WriteRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top