Udostępnij za pośrednictwem


PolicyAssertionCollection.RemoveAll(String, String) Metoda

Definicja

Usuwa wszystkie asercji zasad, które są zgodne z określoną nazwą i przestrzenią nazw.

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)

Parametry

localName
String

Lokalna nazwa asercji zasad.

namespaceUri
String

Przestrzeń nazw asercji zasad.

Zwraca

Kolekcja wszystkich usuniętych asercji zasad lub pustej kolekcji, jeśli nie znaleziono asercji pasujących do określonej nazwy i przestrzeni nazw.

Dotyczy