Language

ComMethodElement コンストラクター

定義

ComMethodElement クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ComMethodElement()

ComMethodElement クラスの新しいインスタンスを初期化します。

ComMethodElement(String)

指定したメソッドを使用して、 ComMethodElement クラスの新しいインスタンスを初期化します。

ComMethodElement()

ComMethodElement クラスの新しいインスタンスを初期化します。

public:
 ComMethodElement();
public ComMethodElement();
Public Sub New ()

適用対象

ComMethodElement(String)

指定したメソッドを使用して、 ComMethodElement クラスの新しいインスタンスを初期化します。

public:
 ComMethodElement(System::String ^ method);
public ComMethodElement(string method);
new System.ServiceModel.Configuration.ComMethodElement : string -> System.ServiceModel.Configuration.ComMethodElement
Public Sub New (method As String)

パラメーター

method
String

COM+ メソッドが公開されています。

適用対象