This documentation is archived and is not being maintained.
ILocationService.LocationForAccessMapping Method (ServiceDefinition, AccessMapping)
Visual Studio 2013
Returns the location for the ServiceDefinition for the provided AccessMapping. If this ServiceDefinition is FullyQualified and no LocationMapping exists for this AccessMapping then null will be returned.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
function LocationForAccessMapping(
serviceDefinition : ServiceDefinition,
accessMapping : AccessMapping
) : String
Parameters
- serviceDefinition
- Type: Microsoft.TeamFoundation.Framework.Client.ServiceDefinition
The ServiceDefinition to find the location for.
- accessMapping
- Type: Microsoft.TeamFoundation.Framework.Client.AccessMapping
The AccessMapping to find the location for.
Return Value
Type: System.StringThe location for the ServiceDefinition for the provided AccessMapping. If this ServiceDefinition is FullyQualified and no LocationMapping exists for this AccessMapping then null will be returned.
| Exception | Condition |
|---|---|
| InvalidServiceDefinitionException | The ServiceDefinition passed in is not valid. |
| InvalidAccessPointException | The AccessMapping passed in does not have a valid access point. |
- 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.
Show: