IVsWebService3::DiscoveryUrl Method (String^)

 

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)

int DiscoveryUrl(
	[OutAttribute] String^% bstrDiscoveryUrl
)

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.

Return to top
Show: