Returns the paths the input path is related to, together with Version information at latest.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryMergeRelationships ( _
    requestContext As TeamFoundationRequestContext, _
    serverItem As String _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryMergeRelationships(
    TeamFoundationRequestContext requestContext,
    string serverItem
)
public:
TeamFoundationDataReader^ QueryMergeRelationships(
    TeamFoundationRequestContext^ requestContext, 
    String^ serverItem
)
member QueryMergeRelationships : 
        requestContext:TeamFoundationRequestContext * 
        serverItem:string -> TeamFoundationDataReader
public function QueryMergeRelationships(
    requestContext : TeamFoundationRequestContext, 
    serverItem : String
) : TeamFoundationDataReader
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serverItem
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
A collection of ItemIdentifiers.
.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.