Interface defining the operation provider for TFS Visual Studio client OM
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Interface IToolProvider
public interface IToolProvider
public interface class IToolProvider
type IToolProvider =  interface end
public interface IToolProvider
The IToolProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanOperateOnInMemoryFiles | Gets whether the tool provider can operate in memory files. | 
| .gif) | Extension | The extension that this tool operate on. | 
| .gif) | Operation | The operation supported by this tool. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Execute | The execute method for the tool. Called to execute the tool by the OM. | 
Top