Share via


PolicyAssertionCollection.RemoveAll(String, String) 方法

定義

移除所有符合指定的名稱和命名空間的原則判斷提示。

public:
 System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ RemoveAll(System::String ^ localName, System::String ^ namespaceUri);
public System.Collections.ObjectModel.Collection<System.Xml.XmlElement> RemoveAll (string localName, string namespaceUri);
member this.RemoveAll : string * string -> System.Collections.ObjectModel.Collection<System.Xml.XmlElement>
Public Function RemoveAll (localName As String, namespaceUri As String) As Collection(Of XmlElement)

參數

localName
String

原則判斷提示的本機名稱。

namespaceUri
String

原則判斷提示的命名空間。

傳回

所有移除的原則判斷提示的集合,如果找不到符合指定名稱和命名空間的判斷提示則為空集合。

適用於