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

追加する名前空間要素。

適用対象