KeyContainerPermissionAccessEntryCollection Třída
Definice
Upozornění
Code Access Security is not supported or honored by the runtime.
Představuje kolekci KeyContainerPermissionAccessEntry objektů.Represents a collection of KeyContainerPermissionAccessEntry objects. Tuto třídu nelze zdědit.This class cannot be inherited.
public ref class KeyContainerPermissionAccessEntryCollection sealed : System::Collections::ICollection
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class KeyContainerPermissionAccessEntryCollection
Implements ICollection
- Dědičnost
-
KeyContainerPermissionAccessEntryCollection
- Atributy
- Implementuje
Poznámky
KeyContainerPermissionAccessEntry objekty určují přístupová práva pro konkrétní kontejnery klíčů.KeyContainerPermissionAccessEntry objects specify access rights for specific key containers.
Konstruktory
KeyContainerPermissionAccessEntryCollection() |
Inicializuje novou instanci třídy KeyContainerPermissionAccessEntryCollection.Initializes a new instance of the KeyContainerPermissionAccessEntryCollection class. |
Vlastnosti
Count |
Získá počet prvků v kolekci.Gets the number of items in the collection. |
IsSynchronized |
Načte hodnotu, která označuje, jestli je kolekce synchronizovaná (bezpečná pro přístup z více vláken).Gets a value indicating whether the collection is synchronized (thread safe). |
Item[Int32] |
Získá položku v zadaném indexu v kolekci.Gets the item at the specified index in the collection. |
SyncRoot |
Získá objekt, který lze použít k synchronizaci přístupu do kolekce.Gets an object that can be used to synchronize access to the collection. |
Metody
Add(KeyContainerPermissionAccessEntry) |
Přidá KeyContainerPermissionAccessEntry objekt do kolekce.Adds a KeyContainerPermissionAccessEntry object to the collection. |
Clear() |
Odebere všechny KeyContainerPermissionAccessEntry objekty z kolekce.Removes all the KeyContainerPermissionAccessEntry objects from the collection. |
CopyTo(Array, Int32) |
Zkopíruje prvky ICollection do a Array počínaje konkrétním Array indexem.Copies the elements of the ICollection to an Array, starting at a particular Array index. |
CopyTo(KeyContainerPermissionAccessEntry[], Int32) |
Zkopíruje prvky kolekce do kompatibilního jednorozměrného pole počínaje zadaným indexem cílového pole.Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetEnumerator() |
Vrátí KeyContainerPermissionAccessEntryEnumerator objekt, který lze použít k iteraci objektů v kolekci.Returns a KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection. |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
IndexOf(KeyContainerPermissionAccessEntry) |
Získá index v kolekci zadaného KeyContainerPermissionAccessEntry objektu, pokud existuje v kolekci.Gets the index in the collection of the specified KeyContainerPermissionAccessEntry object, if it exists in the collection. |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
Remove(KeyContainerPermissionAccessEntry) |
Odebere zadaný KeyContainerPermissionAccessEntry objekt z kolekce.Removes the specified KeyContainerPermissionAccessEntry object from the collection. |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
ICollection.CopyTo(Array, Int32) |
Zkopíruje prvky kolekce do kompatibilního jednorozměrného pole počínaje zadaným indexem cílového pole.Copies the elements of the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
IEnumerable.GetEnumerator() |
Vrátí KeyContainerPermissionAccessEntryEnumerator objekt, který lze použít k iteraci objektů v kolekci.Returns a KeyContainerPermissionAccessEntryEnumerator object that can be used to iterate through the objects in the collection. |
Metody rozšíření
Cast<TResult>(IEnumerable) |
Přetypování prvky IEnumerable na zadaný typ.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje prvky IEnumerable založené na zadaném typu.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Povoluje paralelní zpracování dotazu.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Převede IEnumerable na IQueryable .Converts an IEnumerable to an IQueryable. |