ProtocolCollection.Remove Método
Definição
Remove um objeto ProtocolElement da coleção.Removes a ProtocolElement object from the collection.
Sobrecargas
| Remove(String) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Remove o objeto ProtocolElement que tem a chave especificada da coleção.Removes the ProtocolElement object that has the specified key from the collection. |
| Remove(ProtocolElement) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Remove o objeto ProtocolElement especificado da coleção.Removes the specified ProtocolElement object from the collection. |
Comentários
Remove é introduzido no .NET Framework 3,5.Remove is introduced in the .NET Framework 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.
Remove(String)
Remove o objeto ProtocolElement que tem a chave especificada da coleção.Removes the ProtocolElement object that has the specified key from the collection.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
Parâmetros
- name
- String
A chave do objeto ProtocolElement a ser removido.The key of the ProtocolElement object to remove.
Comentários
Remove é introduzido no .NET Framework 3,5.Remove is introduced in the .NET Framework 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.
Aplica-se a
Remove(ProtocolElement)
Remove o objeto ProtocolElement especificado da coleção.Removes the specified ProtocolElement object from the collection.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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)
Parâmetros
- protocolElement
- ProtocolElement
O elemento a ser removido.The element to remove.
Comentários
Remove é introduzido no .NET Framework 3,5.Remove is introduced in the .NET Framework 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.