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,
	IList<Object> assignableResources
)
Visual Basic (Declaration)
Public Sub SaveProjectXml ( _
	stream As Stream, _
	assignableResources As IList(Of Object) _
)

Parameters

stream
Type: System.IO..::..Stream
The stream to save data to.
assignableResources
Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>
The list of strings that holds assignable resources.

See Also