PolicyAssertionCollection.FindAll(String, String) Metoda

Definicja

Zwraca wszystkie określone asercji zasad.

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

Parametry

localName
String

Lokalna nazwa potwierdzenia zasad.

namespaceUri
String

Przestrzeń nazw asercji zasad.

Zwraca

Collection<XmlElement>

Kolekcja wszystkich asercji zasad, które pasują do specyfikacji, lub pusta kolekcja.

Dotyczy