AuthenticationModuleElementCollection.Remove Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa element z kolekcji.
Przeciążenia
Remove(AuthenticationModuleElement) |
Usuwa określony element konfiguracji z kolekcji. |
Remove(String) |
Usuwa element z określonym kluczem. |
Remove(AuthenticationModuleElement)
Usuwa określony element konfiguracji z kolekcji.
public:
void Remove(System::Net::Configuration::AuthenticationModuleElement ^ element);
public void Remove (System.Net.Configuration.AuthenticationModuleElement element);
member this.Remove : System.Net.Configuration.AuthenticationModuleElement -> unit
Public Sub Remove (element As AuthenticationModuleElement)
Parametry
- element
- AuthenticationModuleElement
Element AuthenticationModuleElement do usunięcia.
Zobacz też
Dotyczy
Remove(String)
Usuwa element z określonym kluczem.
public:
void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
Parametry
- name
- String
Klucz elementu do usunięcia.
Zobacz też
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.