TeamFoundationFileContainerService.GetContainer Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetContainer ( _
requestContext As TeamFoundationRequestContext, _
containerId As Long _
) As TeamFoundationFileContainer
public TeamFoundationFileContainer GetContainer(
TeamFoundationRequestContext requestContext,
long containerId
)
public:
TeamFoundationFileContainer^ GetContainer(
TeamFoundationRequestContext^ requestContext,
long long containerId
)
member GetContainer :
requestContext:TeamFoundationRequestContext *
containerId:int64 -> TeamFoundationFileContainer
public function GetContainer(
requestContext : TeamFoundationRequestContext,
containerId : long
) : TeamFoundationFileContainer
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- containerId
Type: System.Int64
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationFileContainer
.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.