Freigeben über


DirectBindingAttribute Konstruktoren

Definition

Überlädt

DirectBindingAttribute()

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

Gilt für:

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)

Parameter

Gilt für:

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)

Parameter

serviceType
Type
portName
String

Gilt für: