ComMethodElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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+ 方法。