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

実装

適用対象