Loads data from a Project XML string.

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

Syntax

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

Parameters

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

See Also