SearchResultAttributeCollection Classe
Definição
A classe SearchResultAttributeCollection é uma coleção de objetos DirectoryAttribute.The SearchResultAttributeCollection class is a collection of DirectoryAttribute objects.
public ref class SearchResultAttributeCollection : System::Collections::DictionaryBase
public class SearchResultAttributeCollection : System.Collections.DictionaryBase
type SearchResultAttributeCollection = class
inherit DictionaryBase
Public Class SearchResultAttributeCollection
Inherits DictionaryBase
- Herança
Propriedades
| AttributeNames |
A propriedade AttributeNames contém os nomes dos atributos nesta coleção.The AttributeNames property contains names of attributes in this collection. |
| Count |
Obtém o número de elementos contidos na instância de DictionaryBase.Gets the number of elements contained in the DictionaryBase instance. (Herdado de DictionaryBase) |
| Dictionary |
Obtém a lista de elementos contidos na instância DictionaryBase.Gets the list of elements contained in the DictionaryBase instance. (Herdado de DictionaryBase) |
| InnerHashtable |
Obtém a lista de elementos contidos na instância DictionaryBase.Gets the list of elements contained in the DictionaryBase instance. (Herdado de DictionaryBase) |
| Item[String] |
A propriedade Item[String] contém o objeto DirectoryAttribute especificado por |
| Values |
A propriedade Values contém os valores dos atributos nesta coleção.The Values property contains values of attributes in this collection. |
Métodos
| Clear() |
Limpa o conteúdo da instância DictionaryBase.Clears the contents of the DictionaryBase instance. (Herdado de DictionaryBase) |
| Contains(String) |
O método Contains(String) determina se a coleção contém o |
| CopyTo(Array, Int32) |
Copia os elementos DictionaryBase para um objeto Array unidimensional no índice especificado.Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (Herdado de DictionaryBase) |
| CopyTo(DirectoryAttribute[], Int32) |
O método CopyTo(DirectoryAttribute[], Int32) que copia toda a coleção para uma matriz unidimensional, iniciando no índice especificado da matriz de destino.The CopyTo(DirectoryAttribute[], Int32) method copies the entire collection to a one-dimensional array, starting at the specified index of the target array. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetEnumerator() |
Retorna um IDictionaryEnumerator que itera pela instância de DictionaryBase.Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (Herdado de DictionaryBase) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| OnClear() |
Executa processos adicionais personalizados antes de limpar o conteúdo da instância de DictionaryBase.Performs additional custom processes before clearing the contents of the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnClearComplete() |
Executa processos adicionais personalizados após limpar o conteúdo da instância DictionaryBase.Performs additional custom processes after clearing the contents of the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnGet(Object, Object) |
Obtém o elemento com a chave e o valor especificados à instância de DictionaryBase.Gets the element with the specified key and value in the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnInsert(Object, Object) |
Executa os processos personalizados adicionais antes de inserir um novo elemento na instância DictionaryBase.Performs additional custom processes before inserting a new element into the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnInsertComplete(Object, Object) |
Executa processos personalizados adicionais após inserir um novo elemento na instância de DictionaryBase.Performs additional custom processes after inserting a new element into the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnRemove(Object, Object) |
Executa processos personalizados adicionais antes de remover um elemento da instância de DictionaryBase.Performs additional custom processes before removing an element from the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnRemoveComplete(Object, Object) |
Executa processos personalizados adicionais após remover um elemento da instância de DictionaryBase.Performs additional custom processes after removing an element from the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnSet(Object, Object, Object) |
Executa processos personalizados adicionais antes de definir um valor na instância DictionaryBase.Performs additional custom processes before setting a value in the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnSetComplete(Object, Object, Object) |
Executa processos personalizados adicionais após configurar um valor na instância de DictionaryBase.Performs additional custom processes after setting a value in the DictionaryBase instance. (Herdado de DictionaryBase) |
| OnValidate(Object, Object) |
Executa processos personalizados adicionais ao validar o elemento com a chave e o valor especificados.Performs additional custom processes when validating the element with the specified key and value. (Herdado de DictionaryBase) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Implantações explícitas de interface
| ICollection.IsSynchronized |
Obtém um valor que indica se o acesso a um objeto DictionaryBase é sincronizado (thread-safe).Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe). (Herdado de DictionaryBase) |
| ICollection.SyncRoot |
Obtém um objeto que pode ser usado para sincronizar o acesso a um objeto DictionaryBase.Gets an object that can be used to synchronize access to a DictionaryBase object. (Herdado de DictionaryBase) |
| IDictionary.Add(Object, Object) |
Adiciona um elemento com a chave e o valor especificados ao DictionaryBase.Adds an element with the specified key and value into the DictionaryBase. (Herdado de DictionaryBase) |
| IDictionary.Contains(Object) |
Determina se a DictionaryBase contém uma chave específica.Determines whether the DictionaryBase contains a specific key. (Herdado de DictionaryBase) |
| IDictionary.IsFixedSize |
Obtém um valor que indica se o objeto DictionaryBase tem um tamanho fixo.Gets a value indicating whether a DictionaryBase object has a fixed size. (Herdado de DictionaryBase) |
| IDictionary.IsReadOnly |
Obtém um valor que indica se um objeto DictionaryBase é somente leitura.Gets a value indicating whether a DictionaryBase object is read-only. (Herdado de DictionaryBase) |
| IDictionary.Item[Object] |
Obtém ou define o valor associado à chave especificada.Gets or sets the value associated with the specified key. (Herdado de DictionaryBase) |
| IDictionary.Keys |
Obtém um objeto ICollection que contém as chaves no objeto DictionaryBase.Gets an ICollection object containing the keys in the DictionaryBase object. (Herdado de DictionaryBase) |
| IDictionary.Remove(Object) |
Remove o elemento com a chave especificada do DictionaryBase.Removes the element with the specified key from the DictionaryBase. (Herdado de DictionaryBase) |
| IDictionary.Values |
Obtém um objeto ICollection que contém os valores no objeto DictionaryBase.Gets an ICollection object containing the values in the DictionaryBase object. (Herdado de DictionaryBase) |
| IEnumerable.GetEnumerator() |
Retorna um IEnumerator que itera pelo DictionaryBase.Returns an IEnumerator that iterates through the DictionaryBase. (Herdado de DictionaryBase) |
Métodos de Extensão
| Cast<TResult>(IEnumerable) |
Converte os elementos de um IEnumerable para o tipo especificado.Casts the elements of an IEnumerable to the specified type. |
| OfType<TResult>(IEnumerable) |
Filtra os elementos de um IEnumerable com base em um tipo especificado.Filters the elements of an IEnumerable based on a specified type. |
| AsParallel(IEnumerable) |
Habilita a paralelização de uma consulta.Enables parallelization of a query. |
| AsQueryable(IEnumerable) |
Converte um IEnumerable em um IQueryable.Converts an IEnumerable to an IQueryable. |