Aracılığıyla paylaş


ISerializationCodeDomSurrogateProvider.ProcessImportedType Yöntem

Tanım

İçeri aktarılan şemadan oluşturulan türü işler.

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

Parametreler

typeDeclaration
CodeTypeDeclaration

Şema içeri aktarma sırasında oluşturulan tür bildirimini temsil eden işleme CodeTypeDeclaration.

compileUnit
CodeCompileUnit

Şema içeri aktarma sırasında oluşturulan diğer kodu içeren CodeCompileUnit.

Döndürülenler

İşlenen türü içeren bir CodeTypeDeclaration.

Şunlara uygulanır