This documentation is archived and is not being maintained.
IToolProvider::Execute Method
Visual Studio 2013
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::IToolExecutionResultThe execute method for the tool. Called to execute the tool by the OM.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: