GatewayIPAddressInformationCollection.Remove 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::GatewayIPAddressInformation ^ address);
public virtual bool Remove (System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.GatewayIPAddressInformation -> bool
Public Overridable Function Remove (address As GatewayIPAddressInformation) As Boolean

Paramètres

address
GatewayIPAddressInformation

Objet à supprimer.

Retours

Lève toujours une exception NotSupportedException.

Implémente

S’applique à