PolicyAssertionCollection.FindAll(String, String) 方法

定義

傳回所有指定的原則判斷提示。

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)

參數

localName
String

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

namespaceUri
String

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

傳回

Collection<XmlElement>

符合規格的所有原則判斷提示的集合,或空集合。

適用於