MessageHeaders.RemoveAll(String, String) 메서드

정의

컬렉션에서 지정된 이름과 네임스페이스를 가진 모든 헤더를 제거합니다.

public:
 void RemoveAll(System::String ^ name, System::String ^ ns);
public void RemoveAll (string name, string ns);
member this.RemoveAll : string * string -> unit
Public Sub RemoveAll (name As String, ns As String)

매개 변수

name
String

헤더 XML 요소의 LocalName입니다.

ns
String

헤더 XML 요소의 네임스페이스 URI입니다.

적용 대상