Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls to the database to populate the dependencies property on this object.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub ExpandDependencies ( _
requestContext As TeamFoundationRequestContext _
)
public void ExpandDependencies(
TeamFoundationRequestContext requestContext
)
public:
void ExpandDependencies(
TeamFoundationRequestContext^ requestContext
)
member ExpandDependencies :
requestContext:TeamFoundationRequestContext -> unit
public function ExpandDependencies(
requestContext : TeamFoundationRequestContext
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe current request context.
.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.