DiscoveryClientResultCollection.Remove(DiscoveryClientResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 DiscoveryClientResult 中移除第一次出现的特定 DiscoveryClientResultCollection。
public:
void Remove(System::Web::Services::Discovery::DiscoveryClientResult ^ value);
public void Remove (System.Web.Services.Discovery.DiscoveryClientResult value);
member this.Remove : System.Web.Services.Discovery.DiscoveryClientResult -> unit
Public Sub Remove (value As DiscoveryClientResult)
参数
示例
DiscoveryClientResult_Filename#1
注解
DiscoveryClientResult删除DiscoveryClientResult后的元素向上移动以占用空置的位置。