This documentation is archived and is not being maintained.
ILocationService::LocationForAccessMapping Method (String, Guid, AccessMapping)
Visual Studio 2013
Returns the location for the ServiceDefinition that has the specified service type and service identifier 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)
String^ LocationForAccessMapping( String^ serviceType, Guid serviceIdentifier, AccessMapping^ accessMapping )
Parameters
- serviceType
- Type: System::String
The service type of the ServiceDefinition to find the location for.
- serviceIdentifier
- Type: System::Guid
The service identifier of 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 associated ServiceDefinition is not valid and no location can be found. |
| ServiceDefinitionDoesNotExistException | A ServiceDefinition with the provided service type and identifier does not exist. |
| 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: