PexComponentElementDecoratorAttributeBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for decorator attributes
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
- Inheritance
- Derived
- Attributes
- Implements
-
Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator Microsoft.Pex.Engine.ComponentModel.IPexValidatable
Constructors
PexComponentElementDecoratorAttributeBase() |
Initializes a new instance of the PexComponentElementDecoratorAttributeBase class. |
Methods
Decorate(Name, IPexDecoratedComponentElement) |
This method can announce filters, focuses, and packages to IntelliTest. |
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validates the attribute in a particular visibility context. |
Explicit Interface Implementations
IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) | |
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |