IVsWebServiceEndpoint.Url(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 for the endpoint.
public:
int Url([Runtime::InteropServices::Out] System::String ^ % bstrUrl);
int Url([Runtime::InteropServices::Out] std::wstring const & & bstrUrl);
public int Url (out string bstrUrl);
abstract member Url : string -> int
Public Function Url (ByRef bstrUrl As String) As Integer
Parameters
- bstrUrl
- String
[out, retval] The URL for the endpoint.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.