IPAddressInformationCollection.Remove(IPAddressInformation) Methode

Definitie

Hiermee genereert u een NotSupportedException omdat deze bewerking niet wordt ondersteund voor deze verzameling.

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

Parameters

address
IPAddressInformation

Het object dat moet worden verwijderd.

Retouren

Gooit altijd een NotSupportedException.

Implementeringen

Van toepassing op