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

适用于