IVsWebServiceProvider.ApplicationUrl(String) Method

Definition

Retrieves the URL of the Web service.

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

Parameters

pbstrUrl
String

[out] Pointer to a string containing the URL of the Web service.

Returns

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

Applies to