IComponentConnector2.GetBindingConnector(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此連線的 IComponentConnector 。
public:
IComponentConnector ^ GetBindingConnector(int connectionId, Platform::Object ^ target);
IComponentConnector GetBindingConnector(int const& connectionId, IInspectable const& target);
public IComponentConnector GetBindingConnector(int connectionId, object target);
function getBindingConnector(connectionId, target)
Public Function GetBindingConnector (connectionId As Integer, target As Object) As IComponentConnector
參數
- connectionId
-
Int32
int
要區分呼叫的識別項語彙基元。
- target
-
Object
Platform::Object
IInspectable
要連接事件和名稱的目標。
傳回
此連線的 IComponentConnector 。