UnicastIPAddressInformationCollection.Remove Methode

Definition

Löst eine NotSupportedException aus, da die Auflistung schreibgeschützt ist und keine Elemente entfernt werden können.

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

Parameter

address
UnicastIPAddressInformation

Das zu entfernende Objekt.

Gibt zurück

Löst immer eine NotSupportedException aus.

Implementiert

Gilt für: