GatewayIPAddressInformationCollection.Remove Méthode

Définition

Lève un NotSupportedException élément 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 un NotSupportedException.

Implémente

S’applique à