Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.