共用方式為


DirectBindingAttribute 建構函式

定義

多載

DirectBindingAttribute()
DirectBindingAttribute(DirectBindingAttribute+SelfCorrelating)
DirectBindingAttribute(Type, String)

DirectBindingAttribute()

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

適用於

DirectBindingAttribute(DirectBindingAttribute+SelfCorrelating)

public:
 DirectBindingAttribute(Microsoft::XLANGs::BaseTypes::DirectBindingAttribute::SelfCorrelating sc);
public DirectBindingAttribute (Microsoft.XLANGs.BaseTypes.DirectBindingAttribute.SelfCorrelating sc);
new Microsoft.XLANGs.BaseTypes.DirectBindingAttribute : Microsoft.XLANGs.BaseTypes.DirectBindingAttribute.SelfCorrelating -> Microsoft.XLANGs.BaseTypes.DirectBindingAttribute
Public Sub New (sc As DirectBindingAttribute.SelfCorrelating)

參數

適用於

DirectBindingAttribute(Type, String)

public:
 DirectBindingAttribute(Type ^ serviceType, System::String ^ portName);
public DirectBindingAttribute (Type serviceType, string portName);
new Microsoft.XLANGs.BaseTypes.DirectBindingAttribute : Type * string -> Microsoft.XLANGs.BaseTypes.DirectBindingAttribute
Public Sub New (serviceType As Type, portName As String)

參數

serviceType
Type
portName
String

適用於