ApplicationTrustCollection.RemoveRange Metoda
Definicja
Usuwa kolekcję obiektów zaufania aplikacji z kolekcji.Removes a collection of application trust objects from the collection.
Przeciążenia
RemoveRange(ApplicationTrust[]) |
Usuwa obiekty zaufania aplikacji z kolekcji w określonej tablicy.Removes the application trust objects in the specified array from the collection. |
RemoveRange(ApplicationTrustCollection) |
Usuwa obiekty zaufania aplikacji z kolekcji w określonej kolekcji.Removes the application trust objects in the specified collection from the collection. |
RemoveRange(ApplicationTrust[])
Usuwa obiekty zaufania aplikacji z kolekcji w określonej tablicy.Removes the application trust objects in the specified array from the collection.
public:
void RemoveRange(cli::array <System::Security::Policy::ApplicationTrust ^> ^ trusts);
[System.Security.SecurityCritical]
public void RemoveRange (System.Security.Policy.ApplicationTrust[] trusts);
member this.RemoveRange : System.Security.Policy.ApplicationTrust[] -> unit
Public Sub RemoveRange (trusts As ApplicationTrust())
Parametry
- trusts
- ApplicationTrust[]
Jednowymiarowa tablica typu ApplicationTrust , która zawiera elementy, które mają zostać usunięte z bieżącej kolekcji.A one-dimensional array of type ApplicationTrust that contains items to be removed from the current collection.
- Atrybuty
Wyjątki
trusts
jest null
.trusts
is null
.
Uwagi
Obiekty, które następują po usuniętych obiektach, są przenoszone w celu zapełnienia pozycji opuszczone.The objects that follow the removed objects move up to occupy the vacated positions. Wszystkie indeksy obiektów, które są przenoszone, również są aktualizowane.The indexes of the objects that are moved are also updated.
RemoveRange(ApplicationTrustCollection)
Usuwa obiekty zaufania aplikacji z kolekcji w określonej kolekcji.Removes the application trust objects in the specified collection from the collection.
public:
void RemoveRange(System::Security::Policy::ApplicationTrustCollection ^ trusts);
[System.Security.SecurityCritical]
public void RemoveRange (System.Security.Policy.ApplicationTrustCollection trusts);
member this.RemoveRange : System.Security.Policy.ApplicationTrustCollection -> unit
Public Sub RemoveRange (trusts As ApplicationTrustCollection)
Parametry
- trusts
- ApplicationTrustCollection
Element zawierający elementy, które mają zostać usunięte z bieżącej kolekcji. ApplicationTrustCollectionAn ApplicationTrustCollection that contains items to be removed from the current collection.
- Atrybuty
Wyjątki
trusts
jest null
.trusts
is null
.
Uwagi
Obiekty, które następują po usuniętych obiektach, są przenoszone w celu zapełnienia pozycji opuszczone.The objects that follow the removed objects move up to occupy the vacated positions. Wszystkie indeksy obiektów, które są przenoszone, również są aktualizowane.The indexes of the objects that are moved are also updated.