GatewayIPAddressInformationCollection.Remove Metodo

Definizione

Genera un oggetto NotSupportedException perché questa operazione non è supportata per questa raccolta.

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

Parametri

address
GatewayIPAddressInformation

Oggetto da rimuovere.

Valori restituiti

Genera sempre un'eccezione NotSupportedException.

Implementazioni

Si applica a