IPAddressInformationCollection.Remove(IPAddressInformation) Metoda

Definicja

Zgłasza wartość , NotSupportedException ponieważ ta operacja nie jest obsługiwana dla tej kolekcji.

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

Obiekt, który ma zostać usunięty.

Zwraca

Zawsze zgłasza wartość NotSupportedException.

Implementuje

Dotyczy