DirectBindingAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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