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+ 方法。

适用于