GatewayIPAddressInformationCollection.Remove Método

Definición

Inicia una excepción NotSupportedException porque esta operación no se admite para esta colección.

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

Parámetros

address
GatewayIPAddressInformation

Objeto que se va a quitar.

Devoluciones

Siempre inicia una NotSupportedException.

Implementaciones

Se aplica a