Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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