GatewayIPAddressInformationCollection.Remove 方法

定义

由于该集合不支持此操作,因此引发 NotSupportedException

public:
 virtual bool Remove(System::Net::NetworkInformation::GatewayIPAddressInformation ^ address);
public virtual bool Remove (System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
Public Overridable Function Remove (address As GatewayIPAddressInformation) As Boolean

参数

address
GatewayIPAddressInformation

要移除的对象。

返回

总是引发 NotSupportedException

实现

适用于