NamespaceElementCollection.Add(NamespaceElement) 方法

定义

将新 NamespaceElement 添加到集合中。

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)

参数

element
NamespaceElement

要添加的命名空间元素。

适用于