ServiceNameElementCollection.Remove Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O método Remove remove uma instância de ServiceNameElement deste ServiceNameElementCollection.
Sobrecargas
Remove(ServiceNameElement) |
O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection. |
Remove(String) |
O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection com base no String especificado. |
Remove(ServiceNameElement)
O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection.
public:
void Remove(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public void Remove (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.Remove : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> unit
Public Sub Remove (element As ServiceNameElement)
Parâmetros
- element
- ServiceNameElement
A instância de ServiceNameElement a ser removida deste ServiceNameElementCollection.
Exceções
element
é null
.
Aplica-se a
Remove(String)
O método Remove(ServiceNameElement) remove uma instância de ServiceNameElement deste ServiceNameElementCollection com base no String especificado.
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
Um String que representa a ServiceNameElement instância a ser removida deste ServiceNameElementCollection .