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>

指定に一致するすべてのポリシー アサーションのコレクション。見つからない場合は、空のコレクション。

適用対象