MessageHeaders.RemoveAll(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的名稱與命名空間從集合移除所有標頭。
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。