Linguaggio

ForEachItemEnumerator.ExportXML(String) Metodo

Definizione

Esporta i dati in un file .xml.

public:
 void ExportXML(System::String ^ bstrFileName);
public void ExportXML(string bstrFileName);
member this.ExportXML : string -> unit
Public Sub ExportXML (bstrFileName As String)

Parametri

bstrFileName
String

Il nome del file .xml su cui esportare e salvare i dati.

Commenti

Di seguito è mostrato il formato del file .xml Enumeratore Per Ogni Item.

<FEIEItems>

<FEIEItem>

<FEIEItemValue Type="3" Value="11"/>

<FEIEItemValue Type="3" Value="12"/>

</FEIEItem>

<FEIEItem>

<FEIEItemValue Type="3" Value="21"/>

<FEIEItemValue Type="3" Value="22"/>

</FEIEItem>

</FEIEItems>

L'attributo Type dell'elemento FEIEItemValue specifica il tipo dell'attributo Value per questo elemento. L'attributo Value specifica il valore effettivo dell'ItemValue.

Il valore usato per l'attributo Type è un valore dell'enumerazione VarEnum . Per ulteriori informazioni, consulta "VarEnumEnumeration" nella Microsoft .NET Framework Class Library.

Si applica a