Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDataContractSurrogate::ProcessImportedType Method (CodeTypeDeclaration^, CodeCompileUnit^)

 

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

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

CodeTypeDeclaration^ ProcessImportedType(
	CodeTypeDeclaration^ typeDeclaration,
	CodeCompileUnit^ compileUnit
)

Parameters

typeDeclaration
Type: System.CodeDom::CodeTypeDeclaration^

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

compileUnit
Type: System.CodeDom::CodeCompileUnit^

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

Return Value

Type: System.CodeDom::CodeTypeDeclaration^

A CodeTypeDeclaration that contains the processed type.

The input CodeTypeDeclaration or other information in the CodeCompileUnit can be modified by the user in this method. If null is returned, it will cause the type to not be generated. If a new CodeTypeDeclaration is returned, it will replace the original type generated.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft