TypeElementCollection.Remove(TypeElement) Methode

Definition

Entfernt einen angegebenen TypeElement Wert aus der Auflistung.

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

Parameter

element
TypeElement

The TypeElement to remove from the collection.

Gilt für: