Share via


NamespaceElementCollection.Add(NamespaceElement) Método

Definición

Agrega un nuevo objeto NamespaceElement a la colección.

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)

Parámetros

element
NamespaceElement

Elemento del espacio de nombres que se va a agregar.

Se aplica a