IPAddressInformationCollection.Remove(IPAddressInformation) Method
Definition
Throws a NotSupportedException because this operation is not supported for this 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
Parameters
- address
- IPAddressInformation
The object to be removed.
Returns
Always throws a NotSupportedException.