Loads data from a Project XML stream.

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

Syntax

C#
public void LoadProjectXml(
	Stream stream,
	IList<Object> assignableResources
)
Visual Basic (Declaration)
Public Sub LoadProjectXml ( _
	stream As Stream, _
	assignableResources As IList(Of Object) _
)

Parameters

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

See Also