ITeamExplorerPluginFilter.SupportsProject Method

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

‘선언
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

Return Value

Type: System.Boolean
True if the specified context is supported by this context; otherwise, false.

.NET Framework Security

See Also

Reference

ITeamExplorerPluginFilter Interface

Microsoft.TeamFoundation.Common Namespace