ITeamExplorerPluginFilter Interface
Interface that a Team Explorer plugin can implement to filter nodes not supported by a project.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Interface ITeamExplorerPluginFilter
public interface ITeamExplorerPluginFilter
public interface class ITeamExplorerPluginFilter
type ITeamExplorerPluginFilter = interface end
public interface ITeamExplorerPluginFilter
The ITeamExplorerPluginFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
SupportsProject | Checks whether the specified context is supported by this project. |
Top