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

ポリシー アサーションの名前空間。

戻り値

削除されたすべてのポリシー アサーションのコレクション。指定した名前と名前空間に一致するポリシー アサーションが見つからなかった場合は、空のコレクション。

適用対象