MulticastIPAddressInformationCollection.Remove 메서드

정의

이 컬렉션은 읽기 전용이어서 요소를 제거할 수 없기 때문에 NotSupportedException을 throw합니다.

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

매개 변수

address
MulticastIPAddressInformation

제거할 개체입니다.

반환

항상 NotSupportedException을 버립니다.

구현

적용 대상