Saves data to a Project XML stream.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void SaveProjectXml(
	Stream stream
)
Visual Basic (Declaration)
Public Sub SaveProjectXml ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream to save data to.

See Also