DirectBindingAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| DirectBindingAttribute() | |
| DirectBindingAttribute(DirectBindingAttribute+SelfCorrelating) | |
| DirectBindingAttribute(Type, String) |
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