DirectBindingAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DirectBindingAttribute() | |
DirectBindingAttribute(DirectBindingAttribute+SelfCorrelating) | |
DirectBindingAttribute(Type, String) |
DirectBindingAttribute()
public:
DirectBindingAttribute();
public DirectBindingAttribute ();
Public Sub New ()
Applies to
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)
Parameters
Applies to
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)
Parameters
- serviceType
- Type
- portName
- String