MulticastIPAddressInformationCollection.Remove Metod

Definition

Genererar en NotSupportedException eftersom samlingen är skrivskyddad och elementen inte kan tas bort.

public:
 virtual bool Remove(System::Net::NetworkInformation::MulticastIPAddressInformation ^ address);
public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address);
abstract member Remove : System.Net.NetworkInformation.MulticastIPAddressInformation -> bool
override this.Remove : System.Net.NetworkInformation.MulticastIPAddressInformation -> bool
Public Overridable Function Remove (address As MulticastIPAddressInformation) As Boolean

Parametrar

address
MulticastIPAddressInformation

Objektet som ska tas bort.

Returer

Kastar alltid en NotSupportedException.

Implementeringar

Gäller för