NamespaceElementCollection.Add(NamespaceElement) Metoda

Definicja

Dodaje nowy NamespaceElement do kolekcji.

public:
 void Add(System::ServiceModel::Routing::Configuration::NamespaceElement ^ element);
public void Add (System.ServiceModel.Routing.Configuration.NamespaceElement element);
member this.Add : System.ServiceModel.Routing.Configuration.NamespaceElement -> unit
Public Sub Add (element As NamespaceElement)

Parametry

element
NamespaceElement

Element przestrzeni nazw do dodania.

Dotyczy