Loads an XML file that is embedded in the application EXE and deserializes into an
array structure, which is stored in this object.
Access methods return selected information in the proper type for XML-DA server calls.
To embedd the file in the application EXE the XML file needs to be included in the
Visual Studio project and the build action for this file has to be set to 'Embedded Resource'.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ListBuilder
Dim fileName As String
instance.LoadEmbedded(fileName) |
Parameters
- fileName
- Name of the embedded XML file, containing the required item
definition lists. Specify the file name exactly as it is shown in the solution
File list.
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also