Share via


RepositoryExtensions.QueryBranchObjectOwnership Method

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

Syntax

'宣言
<WebMethodAttribute> _
Public Function QueryBranchObjectOwnership ( _
    changesets As Integer(), _
    pathFilter As ItemSpec _
) As StreamingCollection(Of BranchObjectOwnership)
[WebMethodAttribute]
public StreamingCollection<BranchObjectOwnership> QueryBranchObjectOwnership(
    int[] changesets,
    ItemSpec pathFilter
)
[WebMethodAttribute]
public:
StreamingCollection<BranchObjectOwnership^>^ QueryBranchObjectOwnership(
    array<int>^ changesets, 
    ItemSpec^ pathFilter
)
[<WebMethodAttribute>]
member QueryBranchObjectOwnership : 
        changesets:int[] * 
        pathFilter:ItemSpec -> StreamingCollection<BranchObjectOwnership> 
public function QueryBranchObjectOwnership(
    changesets : int[], 
    pathFilter : ItemSpec
) : StreamingCollection<BranchObjectOwnership>

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BranchObjectOwnership>

.NET Framework Security

See Also

Reference

RepositoryExtensions Class

Microsoft.TeamFoundation.VersionControl.Server Namespace