ProtocolImporter.GenerateMethod 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,为绑定类生成方法代码。
protected:
abstract System::CodeDom::CodeMemberMethod ^ GenerateMethod();
protected abstract System.CodeDom.CodeMemberMethod GenerateMethod ();
abstract member GenerateMethod : unit -> System.CodeDom.CodeMemberMethod
Protected MustOverride Function GenerateMethod () As CodeMemberMethod
返回
生成的方法。
注解
生成代码时, ProtocolImporter 类为每个表示操作的绑定类方法调用 GenerateMethod 方法。