[This is preliminary documentation and is subject to change.]
Crea una Seccion a partir de un elemento "Section" de declaracion
de seccion, controla por el nombre de la sección pero no emite errores,
si el nombre es impropio lanza una Aserción.

C# | Visual Basic | Visual C++ |
public Section( XplNamespace section, bool isExternalImportedSection, bool isInternalImportedSection, string namespaceName )
Public Sub New ( _ section As XplNamespace, _ isExternalImportedSection As Boolean, _ isInternalImportedSection As Boolean, _ namespaceName As String _ )
public: Section( XplNamespace^ section, bool isExternalImportedSection, bool isInternalImportedSection, String^ namespaceName )

- section (XplNamespace)
[Missing <param> documentation for "section"]
- isExternalImportedSection (Boolean)
[Missing <param> documentation for "isExternalImportedSection"]
- isInternalImportedSection (Boolean)
[Missing <param> documentation for "isInternalImportedSection"]
- namespaceName (String)
[Missing <param> documentation for "namespaceName"]