This documentation is archived and is not being maintained.

IToolExecutionResult::PromptUserForMergeConfirmation Property

Whether TFS should prompt for user confirmation (Used) only by merge tools

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

property bool PromptUserForMergeConfirmation {
	bool get ();
}

Property Value

Type: System::Boolean
true if the user should prompt for confirmation; otherwise, false.

Show: