UnicastIPAddressInformationCollection.Remove Methode

Definitie

Hiermee genereert u een NotSupportedException omdat de verzameling het kenmerk Alleen-lezen heeft en elementen niet kunnen worden verwijderd.

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

Parameters

address
UnicastIPAddressInformation

Het object dat moet worden verwijderd.

Retouren

Gooit altijd een NotSupportedException.

Implementeringen

Van toepassing op