IPAddressInformationCollection.Remove(IPAddressInformation) Metoda

Definice

Vyvolá operaci, NotSupportedException protože tato operace není pro tuto kolekci podporovaná.

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

Parametry

address
IPAddressInformation

Objekt, který se má odebrat.

Návraty

Vždy vyhodí NotSupportedException.

Implementuje

Platí pro