UnicastIPAddressInformationCollection.Remove Metod

Definition

Genererar en NotSupportedException eftersom samlingen är skrivskyddad och elementen inte kan tas bort.

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

Parametrar

address
UnicastIPAddressInformation

Objektet som ska tas bort.

Returer

Kastar alltid en NotSupportedException.

Implementeringar

Gäller för