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

추가할 네임스페이스 요소입니다.

적용 대상