IVsWebService.AppRelativeUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.