다음을 통해 공유


WorkflowDesigner.IComponentConnector.Connect(Int32, Object) Method

Definition

 virtual void System.Windows.Markup.IComponentConnector.Connect(int connectionId, System::Object ^ target) = System::Windows::Markup::IComponentConnector::Connect;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.DebuggerNonUserCode]
void IComponentConnector.Connect (int connectionId, object target);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")>]
[<System.Diagnostics.DebuggerNonUserCode>]
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
target
Object

Implements

Attributes

Applies to