This documentation is archived and is not being maintained.

IToolProvider::Execute Method

The execute method for the tool. Called to execute the tool by the OM.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

IToolExecutionResult^ Execute(
	EventHandler^ exitHandler, 
	AdvancedToolParameters^ advancedParameters, 
	... array<String^>^ arguments
)

Parameters

exitHandler
Type: System::EventHandler

The handler to exit.

advancedParameters
Type: Microsoft.TeamFoundation.VersionControl.Client::AdvancedToolParameters

The execute tool for the advanced parameters

arguments
Type: array<System::String>

All the argument specified by the operation

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client::IToolExecutionResult
The execute method for the tool. Called to execute the tool by the OM.

Show: