IVsWebService3.MexEndpoints(Array) 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 all known metadata exchange discovery endpoint URLs for this Web service.
public:
int MexEndpoints([Runtime::InteropServices::Out] Array ^ % saMexEndpointURLs);
public int MexEndpoints (out Array saMexEndpointURLs);
abstract member MexEndpoints : Array -> int
Public Function MexEndpoints (ByRef saMexEndpointURLs As Array) As Integer
Parameters
- saMexEndpointURLs
- Array
[out, retval] The metadata exchange discovery endpoint URLs.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.