ServiceDescriptionImporter.Import Method (CodeNamespace, CodeCompileUnit)
.NET Framework (current version)
Imports the specified ServiceDescriptions values, that generates code as specified by the Style property.
Assembly: System.Web.Services (in System.Web.Services.dll)
Public Function Import ( codeNamespace As CodeNamespace, codeCompileUnit As CodeCompileUnit ) As ServiceDescriptionImportWarnings
Parameters
- codeNamespace
-
Type:
System.CodeDom.CodeNamespace
The namespace into which the ServiceDescriptions values are imported.
- codeCompileUnit
-
Type:
System.CodeDom.CodeCompileUnit
The CodeCompileUnit instance in which the code that represents the ServiceDescriptions value is generated.
Return Value
Type: System.Web.Services.Description.ServiceDescriptionImportWarningsA ServiceDescriptionImportWarnings value that describes any error that occurred; or 0 if no error occurred.
After you have specified the ServiceDescriptions values to import and the Style property of the code to generate, call the Import method to initiate code generation.
.NET Framework
Available since 1.1
Available since 1.1
Show: