Share via


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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ILocationService Interface

LocationForCurrentConnection Overload

Microsoft.VisualStudio.Services.Location Namespace