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 メソッドが実行されます。

適用対象