ForEachItemEnumerator.ImportXML(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports XML into the collection.
public:
void ImportXML(System::String ^ bstrFileName);
public void ImportXML (string bstrFileName);
member this.ImportXML : string -> unit
Public Sub ImportXML (bstrFileName As String)
Parameters
- bstrFileName
- String
The name of the .xml file from which to import data.