XmlCodeExporter Constructor (CodeNamespace^, CodeCompileUnit^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the XmlCodeExporter class using the specified namespace and code compile unit.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- codeNamespace
-
Type:
System.CodeDom::CodeNamespace^
The namespace of the types to generate.
- codeCompileUnit
-
Type:
System.CodeDom::CodeCompileUnit^
A CodeDOM graph container to which used assembly references are automatically added.
Instead of creating an instance of the XmlCodeExporter class directly, use the Web Services Description Language tool (Wsdl.exe) or the XML Schema Definition tool (Xsd.exe).
.NET Framework
Available since 1.1
Available since 1.1
Show: