CRMPresenter.Connect Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As CRMPresenter
Dim connectionId As Integer
Dim target As Object
CType(instance, IComponentConnector).Connect(connectionId, target)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
<DebuggerNonUserCodeAttribute> _
Private Sub System.Windows.Markup.IComponentConnector.Connect ( _
connectionId As Integer, _
target As Object _
) Implements IComponentConnector.Connect
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[DebuggerNonUserCodeAttribute]
void IComponentConnector.Connect (
int connectionId,
Object target
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[GeneratedCodeAttribute(L"PresentationBuildTasks", L"4.0.0.0")]
[DebuggerNonUserCodeAttribute]
private:
virtual void System.Windows.Markup.IComponentConnector.Connect (
int connectionId,
Object^ target
) sealed = IComponentConnector::Connect
Parameters
- connectionId
Specifies thhhe connection ID.
- target
Specifies the target.
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
CRMPresenter Class
CRMPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk 2.0
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.