ILocationService.LocationForCurrentConnection Method (String, Guid)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 _
) As String
string LocationForCurrentConnection(
    string serviceType,
    Guid serviceIdentifier
)
String^ LocationForCurrentConnection(
    String^ serviceType, 
    Guid serviceIdentifier
)
abstract LocationForCurrentConnection : 
        serviceType:string * 
        serviceIdentifier:Guid -> string
function LocationForCurrentConnection(
    serviceType : String, 
    serviceIdentifier : Guid
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ILocationService Interface

LocationForCurrentConnection Overload

Microsoft.VisualStudio.Services.Location Namespace