GatewayIPAddressInformationCollection.Remove Metodo

Definizione

Genera un'eccezione NotSupportedException dal momento che questa operazione non è supportata per questo insieme.

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.

Restituisce

Genera sempre un'eccezione NotSupportedException.

Implementazioni

Si applica a