Edit

Share via


ISerializationCodeDomSurrogateProvider.ProcessImportedType Method

Definition

Processes the type that has been generated from the imported schema.

public:
 System::CodeDom::CodeTypeDeclaration ^ ProcessImportedType(System::CodeDom::CodeTypeDeclaration ^ typeDeclaration, System::CodeDom::CodeCompileUnit ^ compileUnit);
public System.CodeDom.CodeTypeDeclaration ProcessImportedType (System.CodeDom.CodeTypeDeclaration typeDeclaration, System.CodeDom.CodeCompileUnit compileUnit);
abstract member ProcessImportedType : System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeCompileUnit -> System.CodeDom.CodeTypeDeclaration
Public Function ProcessImportedType (typeDeclaration As CodeTypeDeclaration, compileUnit As CodeCompileUnit) As CodeTypeDeclaration

Parameters

typeDeclaration
CodeTypeDeclaration

A CodeTypeDeclaration to process that represents the type declaration generated during schema import.

compileUnit
CodeCompileUnit

The CodeCompileUnit that contains the other code generated during schema import.

Returns

A CodeTypeDeclaration that contains the processed type.

Applies to