IVsWebService3.DiscoveryUrl(String) Method

Definition

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

public:
 int DiscoveryUrl([Runtime::InteropServices::Out] System::String ^ % bstrDiscoveryUrl);
int DiscoveryUrl([Runtime::InteropServices::Out] std::wstring const & & bstrDiscoveryUrl);
public int DiscoveryUrl (out string bstrDiscoveryUrl);
abstract member DiscoveryUrl : string -> int
Public Function DiscoveryUrl (ByRef bstrDiscoveryUrl As String) As Integer

Parameters

bstrDiscoveryUrl
String

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

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to