次の方法で共有


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+ メソッド。

適用対象