PexCoverageFilterAttributeBase Classe
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.
Atributo de classe base para filtragem de cobertura
public ref class PexCoverageFilterAttributeBase abstract : Microsoft::Pex::Framework::ComponentModel::PexComponentElementDecoratorAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public abstract class PexCoverageFilterAttributeBase : Microsoft.Pex.Framework.ComponentModel.PexComponentElementDecoratorAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexCoverageFilterAttributeBase = class
inherit PexComponentElementDecoratorAttributeBase
Public MustInherit Class PexCoverageFilterAttributeBase
Inherits PexComponentElementDecoratorAttributeBase
- Herança
- Derivado
- Atributos
Construtores
| PexCoverageFilterAttributeBase(PexCoverageDomain) |
Inicializa uma nova instância da classe PexCoverageFilterAttributeBase. |
Propriedades
| CoverageDomain |
Obtém o domínio. |
Métodos
| CreateFilter(IPexDecoratedComponentElement) |
Cria o filtro |
| Decorate(Name, IPexDecoratedComponentElement) |
Decora o componente com decoradores personalizados |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Valida o atributo em um contexto de visibilidade específico. (Herdado de PexComponentElementDecoratorAttributeBase) |