Condividi tramite


IPAddressInformationCollection.Remove(IPAddressInformation) Metodo

Definizione

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

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

Parametri

address
IPAddressInformation

Oggetto da rimuovere.

Restituisce

Genera sempre un'eccezione NotSupportedException.

Implementazioni

Si applica a