IPAddressInformationCollection.Remove(IPAddressInformation) 메서드

정의

이 작업이 이 컬렉션에 지원되지 않기 때문에 NotSupportedException을 throw합니다.

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

매개 변수

address
IPAddressInformation

제거할 개체입니다.

반환

Boolean

항상 NotSupportedException을 버립니다.

구현

적용 대상