Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the specified context is supported by this project.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Function SupportsProject ( _
context As IProjectContext _
) As Boolean
bool SupportsProject(
IProjectContext context
)
bool SupportsProject(
IProjectContext^ context
)
abstract SupportsProject :
context:IProjectContext -> bool
function SupportsProject(
context : IProjectContext
) : boolean
Parameters
- context
Type: Microsoft.TeamFoundation.Client.IProjectContext
The IProjectContext object representing the context to check.
Return Value
Type: System.Boolean
True if the specified context is supported by this context; otherwise, false.
.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.