UnicastIPAddressInformationCollection.Remove 메서드

정의

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

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

매개 변수

address
UnicastIPAddressInformation

제거할 개체입니다.

반품

항상 을 throw합니다 NotSupportedException.

구현

적용 대상