IVsWebService3.MexEndpoints(Array) Method

Definition

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.

Applies to