Debugger.Connect Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As Debugger
Dim connectionId As Integer
Dim target As Object

CType(instance, IComponentConnector).Connect(connectionId, target)

Syntax

'Declaration
<DebuggerNonUserCodeAttribute> _
<GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Private Sub System.Windows.Markup.IComponentConnector.Connect ( _
    connectionId As Integer, _
    target As Object _
) Implements IComponentConnector.Connect
[DebuggerNonUserCodeAttribute] 
[GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
void IComponentConnector.Connect (
    int connectionId,
    Object target
)
[DebuggerNonUserCodeAttribute] 
[GeneratedCodeAttribute(L"PresentationBuildTasks", L"4.0.0.0")] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
private:
virtual void System.Windows.Markup.IComponentConnector.Connect (
    int connectionId, 
    Object^ target
) sealed = IComponentConnector::Connect

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

Debugger Class
Debugger Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk 2.0
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.