PexComponentElementDecoratorAttributeBase Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Basisklasse für Decorator-Attribute
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
- Vererbung
- Abgeleitet
- Attribute
- Implementiert
-
Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator Microsoft.Pex.Engine.ComponentModel.IPexValidatable
Konstruktoren
| PexComponentElementDecoratorAttributeBase() |
Initialisiert eine neue Instanz der PexComponentElementDecoratorAttributeBase-Klasse. |
Methoden
| Decorate(Name, IPexDecoratedComponentElement) |
Mit dieser Methode können Sie Filter, Fokus und Pakete für intellitest ankündigen. |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validiert das Attribut in einem bestimmten Sichtbarkeitskontext. |
Explizite Schnittstellenimplementierungen
| IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) | |
| IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |