IPAddressInformationCollection.Remove(IPAddressInformation) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由于该集合不支持此操作,因此引发 NotSupportedException。
public:
virtual bool Remove(System::Net::NetworkInformation::IPAddressInformation ^ address);
public virtual bool Remove (System.Net.NetworkInformation.IPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.IPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.IPAddressInformation -> bool
Public Overridable Function Remove (address As IPAddressInformation) As Boolean
参数
- address
- IPAddressInformation
要移除的对象。
返回
总是引发 NotSupportedException。