PexCoverageFilterAttributeBase Klasse

Definition

Basisklassenattribut für Abdeckungsfilterung

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
Vererbung
Abgeleitet
Attribute

Konstruktoren

PexCoverageFilterAttributeBase(PexCoverageDomain)

Initialisiert eine neue Instanz der PexCoverageFilterAttributeBase-Klasse.

Eigenschaften

CoverageDomain

Ruft die Domäne ab.

Methoden

CreateFilter(IPexDecoratedComponentElement)

Erstellt den Filter

Decorate(Name, IPexDecoratedComponentElement)

Ergänzt Komponente mit benutzerdefinierten Decorator-Elementen

Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Validiert das Attribut in einem bestimmten Sichtbarkeitskontext.

(Geerbt von PexComponentElementDecoratorAttributeBase)

Explizite Schnittstellenimplementierungen

IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) (Geerbt von PexComponentElementDecoratorAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Geerbt von PexComponentElementDecoratorAttributeBase)

Gilt für