Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)
.gif)