IMetadataCollection<T> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public interface IMetadataCollection<T> : System.Collections.Generic.IEnumerable<T> where T : IMetadataObject
type IMetadataCollection<'T (requires 'T :> IMetadataObject)> = interface
interface seq<'T (requires 'T :> IMetadataObject)>
interface IEnumerable
Public Interface IMetadataCollection(Of T)
Implements IEnumerable(Of T)
Parâmetros de tipo
- T
- Derivado
- Implementações
Propriedades
| Nome | Description |
|---|---|
| AsMetadataObjectCollection | |
| Count | |
| Item[String] | |
Métodos
| Nome | Description |
|---|---|
| Contains(String) | |
| Contains(T) | |
| FindAll(Predicate<T>) | |
| FindAll(String) | |