GatewayIPAddressInformationCollection.Remove 메서드

정의

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

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

매개 변수

address
GatewayIPAddressInformation

제거할 개체입니다.

반환

항상 NotSupportedException을 버립니다.

구현

적용 대상