GatewayIPAddressInformationCollection.Add(GatewayIPAddressInformation) 方法

定義

擲回 NotSupportedException,因為在這個集合中不支援這項作業。

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

要加入至集合的物件。

實作

適用於