Udostępnij za pośrednictwem


ServiceNameElementCollection.Remove Metoda

Definicja

Metoda Remove usuwa wystąpienie z tego obiektu ServiceNameElement ServiceNameElementCollection .

Przeciążenia

Remove(ServiceNameElement)

Metoda Remove(ServiceNameElement) usuwa wystąpienie z tego obiektu ServiceNameElement ServiceNameElementCollection .

Remove(String)

Metoda Remove(ServiceNameElement) usuwa z tego wystąpienia na podstawie ServiceNameElement ServiceNameElementCollection String określonego.

Remove(ServiceNameElement)

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)

Parametry

element
ServiceNameElement

Wystąpienie ServiceNameElement do usunięcia z tego wystąpienia ServiceNameElementCollection .

Wyjątki

element to null.

Dotyczy

Remove(String)

Metoda Remove(ServiceNameElement) usuwa z tego wystąpienia na podstawie ServiceNameElement ServiceNameElementCollection String określonego.

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

Wartość String reprezentująca ServiceNameElement wystąpienie do usunięcia z tego obiektu ServiceNameElementCollection .

Dotyczy