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.
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