共用方式為


MexBindingElement<TStandardBinding>(String) 建構函式

定義

使用指定的名稱,初始化 MexBindingElement<TStandardBinding> 類別的新執行個體。

protected:
 MexBindingElement(System::String ^ name);
protected MexBindingElement (string name);
new System.ServiceModel.Configuration.MexBindingElement<'StandardBinding (requires 'StandardBinding :> System.ServiceModel.Channels.Binding)> : string -> System.ServiceModel.Configuration.MexBindingElement<'StandardBinding (requires 'StandardBinding :> System.ServiceModel.Channels.Binding)>
Protected Sub New (name As String)

參數

name
String

繫結的名稱。

適用於