IPAddressInformationCollection.Remove(IPAddressInformation) Méthode

Définition

Lève une NotSupportedException car cette opération n’est pas prise en charge pour cette collection.

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

Paramètres

address
IPAddressInformation

Objet à supprimer.

Retours

Lève toujours une exception NotSupportedException.

Implémente

S’applique à