次の方法で共有


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

戻り値

バインディング クラスのメソッド コード。

注釈

特定のバインディングのクラスの生成中に、 メソッドは、操作を GenerateMethod 表すバインド クラス メソッドごとに実行されます。

適用対象