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
Public property CanOperateOnInMemoryFiles Gets whether the tool provider can operate in memory files.
Public property Extension The extension that this tool operate on.
Public property Operation The operation supported by this tool.

Top

Methods

  Name Description
Public method Execute The execute method for the tool. Called to execute the tool by the OM.

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace