IVsWebServiceProvider.ApplicationUrl(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.
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.