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をスローします。

実装

適用対象