ForEachItemEnumerator.ImportXML(String) Method

Definition

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.

Applies to