共用方式為


SoapProtocolImporter.GenerateMethod 方法

定義

產生繫結類別的方法程式碼。

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

傳回

CodeMemberMethod

繫結類別的方法程式碼。

備註

在給定系結的類別產生期間, GenerateMethod 會針對表示作業的每個系結類別方法執行此方法。

適用於