Share via


TeamFoundationVersionControlService.QueryBranchObjectOwnership Method

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

Syntax

‘선언
Public Function QueryBranchObjectOwnership ( _
    requestContext As TeamFoundationRequestContext, _
    changesets As Integer(), _
    pathFilter As ItemSpec _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryBranchObjectOwnership(
    TeamFoundationRequestContext requestContext,
    int[] changesets,
    ItemSpec pathFilter
)
public:
TeamFoundationDataReader^ QueryBranchObjectOwnership(
    TeamFoundationRequestContext^ requestContext, 
    array<int>^ changesets, 
    ItemSpec^ pathFilter
)
member QueryBranchObjectOwnership : 
        requestContext:TeamFoundationRequestContext * 
        changesets:int[] * 
        pathFilter:ItemSpec -> TeamFoundationDataReader 
public function QueryBranchObjectOwnership(
    requestContext : TeamFoundationRequestContext, 
    changesets : int[], 
    pathFilter : ItemSpec
) : TeamFoundationDataReader

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace