UnicastIPAddressInformationCollection.Remove Méthode

Définition

Lève NotSupportedException, car la collection est en lecture seule et les éléments ne peuvent pas être supprimés.

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

Paramètres

address
UnicastIPAddressInformation

Objet à supprimer.

Retours

Lève toujours une exception NotSupportedException.

Implémente

S’applique à