ProtocolCollection.Remove 方法

定義

從集合中移除一個 ProtocolElement 物件。

多載

名稱 Description
Remove(String)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

從集合中移除 ProtocolElement 擁有指定金鑰的物件。

Remove(ProtocolElement)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

從集合中移除指定的 ProtocolElement 物件。

備註

Remove 在 .NET Framework 3.5 中引入。 欲了解更多資訊,請參閱 版本與相依關係。

Remove(String)

從集合中移除 ProtocolElement 擁有指定金鑰的物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 void Remove(System::String ^ name);
public void Remove(string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

參數

name
String

要移除的物品 ProtocolElement 鑰匙。

備註

Remove 在 .NET Framework 3.5 中引入。 欲了解更多資訊,請參閱 版本與相依關係。

適用於

Remove(ProtocolElement)

從集合中移除指定的 ProtocolElement 物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 void Remove(System::Web::Configuration::ProtocolElement ^ protocolElement);
public void Remove(System.Web.Configuration.ProtocolElement protocolElement);
member this.Remove : System.Web.Configuration.ProtocolElement -> unit
Public Sub Remove (protocolElement As ProtocolElement)

參數

protocolElement
ProtocolElement

要移除的元素。

備註

Remove 在 .NET Framework 3.5 中引入。 欲了解更多資訊,請參閱 版本與相依關係。

適用於