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 會向上移動,以佔用空的現成位置。