IPAddressCollection.Remove(IPAddress) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擲回 NotSupportedException,因為在這個集合中不支援這項作業。
public:
virtual bool Remove(System::Net::IPAddress ^ address);
public virtual bool Remove (System.Net.IPAddress address);
abstract member Remove : System.Net.IPAddress -> bool
override this.Remove : System.Net.IPAddress -> bool
Public Overridable Function Remove (address As IPAddress) As Boolean
參數
- address
- IPAddress
要移除的物件。
傳回
永遠擲回 NotSupportedException。