Share via


IVsWebService3.DiscoveryUrl Method

The HTTP GET-based discovery URL for the service (NULL or empty BSTR if none)

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Function DiscoveryUrl ( _
    <OutAttribute> ByRef bstrDiscoveryUrl As String _
) As Integer
int DiscoveryUrl(
    out string bstrDiscoveryUrl
)
int DiscoveryUrl(
    [OutAttribute] String^% bstrDiscoveryUrl
)
abstract DiscoveryUrl : 
        bstrDiscoveryUrl:string byref -> int
function DiscoveryUrl(
    bstrDiscoveryUrl : String
) : int

Parameters

  • bstrDiscoveryUrl
    Type: System.String%

    [out, retval] The discovery URL. The value of this parameter is null or EMPTY if there is no discovery URL.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsWebService3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace