ServiceDescriptionImporter.Import Method (CodeNamespace, CodeCompileUnit)

 

Imports the specified ServiceDescriptions values, that generates code as specified by the Style property.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Import : 
        codeNamespace:CodeNamespace *
        codeCompileUnit:CodeCompileUnit -> 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.ServiceDescriptionImportWarnings

A 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.

The following example illustrates the use of the Import method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: