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)
Syntax
'Declaration
Public Function GetMessage ( _
<OutAttribute> ByRef error As String _
) As String
public string GetMessage(
out string error
)
public:
String^ GetMessage(
[OutAttribute] String^% error
)
member GetMessage :
error:string byref -> string
public function GetMessage(
error : String
) : String
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.
.NET Framework Security
- 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.