This documentation is archived and is not being maintained.

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)

public interface class IToolProvider

The IToolProvider type exposes the following members.

  NameDescription
Public propertyCanOperateOnInMemoryFilesGets whether the tool provider can operate in memory files.
Public propertyExtensionThe extension that this tool operate on.
Public propertyOperationThe operation supported by this tool.
Top

  NameDescription
Public methodExecuteThe execute method for the tool. Called to execute the tool by the OM.
Top
Show: