TeamFoundationVersionControlService.QueryBranchObjectsByPath Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryBranchObjectsByPath ( _
requestContext As TeamFoundationRequestContext, _
item As ItemIdentifier, _
version As VersionSpec _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryBranchObjectsByPath(
TeamFoundationRequestContext requestContext,
ItemIdentifier item,
VersionSpec version
)
public:
TeamFoundationDataReader^ QueryBranchObjectsByPath(
TeamFoundationRequestContext^ requestContext,
ItemIdentifier^ item,
VersionSpec^ version
)
member QueryBranchObjectsByPath :
requestContext:TeamFoundationRequestContext *
item:ItemIdentifier *
version:VersionSpec -> TeamFoundationDataReader
public function QueryBranchObjectsByPath(
requestContext : TeamFoundationRequestContext,
item : ItemIdentifier,
version : VersionSpec
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.