UnicastIPAddressInformationCollection.Remove Método

Definición

Produce un NotSupportedException elemento porque la colección es de solo 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 produce una NotSupportedExceptionexcepción .

Implementaciones

Se aplica a