| GetDataInterfaceFromXMLFile Method | |
| See Also |
- bstrFileName
Specifies the path and file name of the XML data.
Retrieves the Data Interface schema from XML file.
| Visual Basic |
|---|
Public Function GetDataInterfaceFromXMLFile( _
   ByVal bstrFileName As String _
) As Object |
- bstrFileName
Specifies the path and file name of the XML data.
To use the GetDataInterfaceFromXMLFile method, use the following code:
string str = "<?xml version='1.0' encoding='UTF-16'?><UserMenu/>";
object umi = ums.GetDataInterfaceFromXMLString(str);