IComponentConnector2.GetBindingConnector(Int32, Object) Method

Definition

Returns the IComponentConnector for this connection.

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

Parameters

connectionId
Int32

int

An identifier token to distinguish calls.

target
Object

Platform::Object

IInspectable

The target to connect events and names to.

Returns

The IComponentConnector for this connection.

Applies to