IVsWebService3.GetWebServiceEndpoint(String, IVsWebServiceEndpoint) 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 Web service endpoint for the specified URL.
public:
int GetWebServiceEndpoint(System::String ^ bstrUrl, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWebServiceEndpoint ^ % ppIVsWebServiceEndpoint);
public:
int GetWebServiceEndpoint(Platform::String ^ bstrUrl, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWebServiceEndpoint ^ & ppIVsWebServiceEndpoint);
int GetWebServiceEndpoint(std::wstring const & bstrUrl, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWebServiceEndpoint const & & ppIVsWebServiceEndpoint);
public int GetWebServiceEndpoint (string bstrUrl, out Microsoft.VisualStudio.Shell.Interop.IVsWebServiceEndpoint ppIVsWebServiceEndpoint);
abstract member GetWebServiceEndpoint : string * IVsWebServiceEndpoint -> int
Public Function GetWebServiceEndpoint (bstrUrl As String, ByRef ppIVsWebServiceEndpoint As IVsWebServiceEndpoint) As Integer
Parameters
- bstrUrl
- String
[in] The URL from which to get the Web service endpoint.
- ppIVsWebServiceEndpoint
- IVsWebServiceEndpoint
[out, retval] The Web service endpoint.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.