SoapProtocolImporter.BeginClass 方法

定义

初始化绑定类的生成。

protected:
 override System::CodeDom::CodeTypeDeclaration ^ BeginClass();
protected override System.CodeDom.CodeTypeDeclaration BeginClass ();
override this.BeginClass : unit -> System.CodeDom.CodeTypeDeclaration
Protected Overrides Function BeginClass () As CodeTypeDeclaration

返回

绑定类。

注解

在为给定绑定生成类的过程中, BeginClass 方法在类生成与操作对应的方法之前 SoapProtocolImporter 执行。

适用于