共用方式為


IComponentConnector2.GetBindingConnector(Int32, Object) 方法

定義

傳回此連線的 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

適用於