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

See Also

Reference

MergeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace