IVsWebService.AppRelativeUrl(String) Method

Definition

Gets the application-relative path to the Web service.

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

Parameters

bstrAppUrl
String

[out] String containing the application-relative path to the Web service.

Returns

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

Applies to