IComponentConnector.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。