Scheduler for WinRT
Connect Method (RecChoiceControl)


Syntax
'Declaration
 
<GeneratedCodeAttribute(Tool="Microsoft.Windows.UI.Xaml.Build.Tasks", Version=" 4.0.0.0")>
<DebuggerNonUserCodeAttribute()>
Public Sub Connect( _
   ByVal connectionId As Integer, _
   ByVal target As Object _
) 
'Usage
 
Dim instance As RecChoiceControl
Dim connectionId As Integer
Dim target As Object
 
instance.Connect(connectionId, target)
[GeneratedCode(Tool="Microsoft.Windows.UI.Xaml.Build.Tasks", Version=" 4.0.0.0")]
[DebuggerNonUserCode()]
public void Connect( 
   int connectionId,
   object target
)

Parameters

connectionId
target
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RecChoiceControl Class
RecChoiceControl Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.