DesignerView.IComponentConnector.Connect(Int32, Object) Method

Definition

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

Parameters

connectionId
Int32

The connection ID.

target
Object

The target.

Implements

Remarks

This interface is intended for use only by the markup compiler.

Applies to