XmlLoadOptions constructor

XmlLoadOptions()

Representa las opciones de carga del archivo xml.

def __init__(self):
    ...

XmlLoadOptions(type)

Representa las opciones de carga del archivo xml.

def __init__(self, type):
    ...
ParámetroTipoDescripción
typeLoadFormatEl tipo de formato de carga.

Ver también