UnicastIPAddressInformationCollection.Remove Método

Definición

Produce una excepción NotSupportedException porque la colección es de sólo lectura y no se pueden quitar elementos.

public:
 virtual bool Remove(System::Net::NetworkInformation::UnicastIPAddressInformation ^ address);
public virtual bool Remove (System.Net.NetworkInformation.UnicastIPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.UnicastIPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.UnicastIPAddressInformation -> bool
Public Overridable Function Remove (address As UnicastIPAddressInformation) As Boolean

Parámetros

address
UnicastIPAddressInformation

Objeto que se va a quitar.

Devoluciones

Siempre inicia una NotSupportedException.

Implementaciones

Se aplica a