IPAddressInformationCollection.Remove(IPAddressInformation) Methode

Definition

Löst einen NotSupportedException aus, da dieser Vorgang für diese Auflistung nicht unterstützt wird.

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

Parameter

address
IPAddressInformation

Das zu entfernende Objekt.

Gibt zurück

Löst immer eine NotSupportedException aus.

Implementiert

Gilt für: