IVsWebService3.Endpoints(Array) 方法

定义

获取此 Web 服务的所有已知服务终结点 Url 的集合。

public:
 int Endpoints([Runtime::InteropServices::Out] Array ^ % saEndpointURLs);
public int Endpoints (out Array saEndpointURLs);
abstract member Endpoints : Array -> int
Public Function Endpoints (ByRef saEndpointURLs As Array) As Integer

参数

saEndpointURLs
Array

[out,retval]此 Web 服务的服务终结点 Url 的数组。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于