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

實作

適用於