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 。