Gets data as a Project XML string.

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

Syntax

C#
public string GetProjectXml(
	IList<Object> assignableResources
)
Visual Basic (Declaration)
Public Function GetProjectXml ( _
	assignableResources As IList(Of Object) _
) As String

Parameters

assignableResources
Type: System.Collections.Generic..::..IList<(Of <(<'Object>)>)>
The list of strings that holds assignable resources.

Return Value

The Project XML string.

See Also