Partager via


IComponentConnector2.GetBindingConnector(Int32, Object) Méthode

Définition

Retourne le IComponentConnector pour cette connexion.

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

Paramètres

connectionId
Int32

int

Jeton d’identificateur pour distinguer des appels.

target
Object

Platform::Object

IInspectable

Cible à laquelle connecter des événements et des noms.

Retours

IComponentConnector pour cette connexion.

S’applique à