This documentation is archived and is not being maintained.

Conflict::GetDetailedMessage Method

Converts this conflict into a displayable message.

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

public:
String^ GetDetailedMessage(
	bool asConflict
)

Parameters

asConflict
Type: System::Boolean

true to convert conflict into a displayable message; otherwise, false.

Return Value

Type: System::String
the displayable message for this conflict

Show: