XamlDataDrivenToolTask.GenerateFullPathToTool Method

Definition

This method is called to find the tool if ToolPath wasn't specified. We just return the name of the tool so it can be found on the path. Deriving classes can choose to do something else.

protected:
 override System::String ^ GenerateFullPathToTool();
protected override string GenerateFullPathToTool ();
override this.GenerateFullPathToTool : unit -> string
Protected Overrides Function GenerateFullPathToTool () As String

Returns

The generated full path.

Applies to