IToolProvider Interface
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 | |
---|---|---|
CanOperateOnInMemoryFiles | Gets whether the tool provider can operate in memory files. | |
Extension | The extension that this tool operate on. | |
Operation | The operation supported by this tool. |
Top
Methods
Name | Description | |
---|---|---|
Execute | The execute method for the tool. Called to execute the tool by the OM. |
Top