VisualStudio11Sku.IsConnectedToDev11OrHigherTfs Method
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Shared Function IsConnectedToDev11OrHigherTfs ( _
context As ITeamFoundationContext _
) As Boolean
public static bool IsConnectedToDev11OrHigherTfs(
ITeamFoundationContext context
)
public:
static bool IsConnectedToDev11OrHigherTfs(
ITeamFoundationContext^ context
)
static member IsConnectedToDev11OrHigherTfs :
context:ITeamFoundationContext -> bool
public static function IsConnectedToDev11OrHigherTfs(
context : ITeamFoundationContext
) : boolean
Parameters
- context
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Return Value
Type: System.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.