GatewayIPAddressInformationCollection.Remove Метод

Определение

Генерирует исключение NotSupportedException, поскольку данная операция не поддерживается для этой коллекции.

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

Параметры

address
GatewayIPAddressInformation

Объект для удаления.

Возвращаемое значение

Всегда создает исключение NotSupportedException.

Реализации

Применяется к