IVsWebServiceProvider.ApplicationUrl(String) Method
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);
C++/WinRT
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
- pbstrUrl
- String
[out] Pointer to a string containing the URL of the Web service.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |