PexComponentElementDecoratorAttributeBase 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.
Classe base para atributos decoradores
public ref class PexComponentElementDecoratorAttributeBase abstract : Microsoft::Pex::Framework::PexAttributeBase, Microsoft::Pex::Engine::ComponentModel::IPexComponentElementDecorator, Microsoft::Pex::Engine::ComponentModel::IPexValidatable
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public abstract class PexComponentElementDecoratorAttributeBase : Microsoft.Pex.Framework.PexAttributeBase, Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator, Microsoft.Pex.Engine.ComponentModel.IPexValidatable
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexComponentElementDecoratorAttributeBase = class
inherit PexAttributeBase
interface IPexComponentElementDecorator
interface IPexValidatable
Public MustInherit Class PexComponentElementDecoratorAttributeBase
Inherits PexAttributeBase
Implements IPexComponentElementDecorator, IPexValidatable
- Herança
- Derivado
- Atributos
- Implementações
-
Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator Microsoft.Pex.Engine.ComponentModel.IPexValidatable
Construtores
| PexComponentElementDecoratorAttributeBase() |
Inicializa uma nova instância da classe PexComponentElementDecoratorAttributeBase. |
Métodos
| Decorate(Name, IPexDecoratedComponentElement) |
Esse método pode anunciar filtros, focos e pacotes para IntelliTest. |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Valida o atributo em um contexto de visibilidade específico. |
Implantações explícitas de interface
| IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) | |
| IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |