ILocationService.LocationForCurrentConnection Method (String, Guid, Guid)
Namespace: Microsoft.VisualStudio.Services.Location
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Function LocationForCurrentConnection ( _
serviceType As String, _
serviceIdentifier As Guid, _
serviceOwner As Guid _
) As String
string LocationForCurrentConnection(
string serviceType,
Guid serviceIdentifier,
Guid serviceOwner
)
String^ LocationForCurrentConnection(
String^ serviceType,
Guid serviceIdentifier,
Guid serviceOwner
)
abstract LocationForCurrentConnection :
serviceType:string *
serviceIdentifier:Guid *
serviceOwner:Guid -> string
function LocationForCurrentConnection(
serviceType : String,
serviceIdentifier : Guid,
serviceOwner : Guid
) : String
Parameters
- serviceType
Type: System.String
- serviceIdentifier
Type: System.Guid
- serviceOwner
Type: System.Guid
Return Value
Type: System.String
.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.