DesignerView.IComponentConnector.Connect(Int32, Object) 方法

定义

将事件和名称附加到已编译的内容。Attaches events and names to compiled content.

 virtual void System.Windows.Markup.IComponentConnector.Connect(int connectionId, System::Object ^ target) = System::Windows::Markup::IComponentConnector::Connect;
void IComponentConnector.Connect (int connectionId, object target);
abstract member System.Windows.Markup.IComponentConnector.Connect : int * obj -> unit
override this.System.Windows.Markup.IComponentConnector.Connect : int * obj -> unit
Sub Connect (connectionId As Integer, target As Object) Implements IComponentConnector.Connect

参数

connectionId
Int32

连接 ID。The connection ID.

target
Object

目标。The target.

实现

注解

此接口只适合由标记编译器使用。This interface is intended for use only by the markup compiler.

适用于