IVsWebService3::DiscoveryUrl Method (String^)
Visual Studio 2015
The HTTP GET-based discovery URL for the service (NULL or empty BSTR if none)
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: