SoapProtocolImporter.BeginClass 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化绑定类的生成。
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 执行。