GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation) 메서드

정의

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

public:
 virtual void Add(System::Net::NetworkInformation::GatewayIPAddressInformation ^ address);
public virtual void Add (System.Net.NetworkInformation.GatewayIPAddressInformation address);
abstract member Add : System.Net.NetworkInformation.GatewayIPAddressInformation -> unit
override this.Add : System.Net.NetworkInformation.GatewayIPAddressInformation -> unit
Public Overridable Sub Add (address As GatewayIPAddressInformation)

매개 변수

address
GatewayIPAddressInformation

컬렉션에 추가할 개체입니다.

구현

적용 대상