This documentation is archived and is not being maintained.

MergeEventArgs::GetMessage Method

Gets a string that describes this event.

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

public:
String^ GetMessage(
	[OutAttribute] String^% error
)

Parameters

error
Type: System::String%

The error message, if any, that is also a result of this event.

Return Value

Type: System::String
The message for a pending merge.

Show: