Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Function Connect ( _
    mode As TeamProjectPickerMode, _
    asynchronous As Boolean _
) As Boolean
public bool Connect(
    TeamProjectPickerMode mode,
    bool asynchronous
)
public:
virtual bool Connect(
    TeamProjectPickerMode mode, 
    bool asynchronous
) sealed
abstract Connect : 
        mode:TeamProjectPickerMode * 
        asynchronous:bool -> bool  
override Connect : 
        mode:TeamProjectPickerMode * 
        asynchronous:bool -> bool
public final function Connect(
    mode : TeamProjectPickerMode, 
    asynchronous : boolean
) : boolean
Parameters
- asynchronous
Type: System.Boolean 
Return Value
Type: System.Boolean
Returns Boolean.
Implements
ITeamFoundationConnectionManager.Connect(TeamProjectPickerMode, Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.