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